diff --git a/Cargo.toml b/Cargo.toml index f9eaf7a3..3e30c969 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,5 +14,5 @@ rust-version = "1.85.0" serde = { version = "1.0.228", features = ["derive"] } [dev-dependencies] -indoc = "2.0.6" +indoc = "2.0.7" pretty_assertions = "1.4.1"