diff options
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | helix-term/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1351,9 +1351,9 @@ dependencies = [ [[package]] name = "indoc" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fe2b9d82064e8a0226fddb3547f37f28eaa46d0fc210e275d835f08cf3b76a7" +checksum = "9f2cb48b81b1dc9f39676bf99f5499babfec7cd8fe14307f7b3d747208fb5690" [[package]] name = "instant" diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index 66ba000b..5222ddaa 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -75,5 +75,5 @@ helix-loader = { version = "0.6", path = "../helix-loader" } [dev-dependencies] smallvec = "1.10" -indoc = "2.0.0" +indoc = "2.0.1" tempfile = "3.4.0" |