diff options
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | helix-core/Cargo.toml | 2 | ||||
-rw-r--r-- | helix-term/Cargo.toml | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -1569,9 +1569,9 @@ dependencies = [ [[package]] name = "indoc" -version = "2.0.3" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c785eefb63ebd0e33416dfcb8d6da0bf27ce752843a45632a67bf10d4d4b5c4" +checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8" [[package]] name = "io-close" diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index 515443e0..91234243 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -53,4 +53,4 @@ parking_lot = "0.12" [dev-dependencies] quickcheck = { version = "1", default-features = false } -indoc = "2.0.3" +indoc = "2.0.4" diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index 65e9743e..878dcd1f 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -79,5 +79,5 @@ helix-loader = { version = "0.6", path = "../helix-loader" } [dev-dependencies] smallvec = "1.11" -indoc = "2.0.3" +indoc = "2.0.4" tempfile = "3.8.0" |