diff --git a/Cargo.lock b/Cargo.lock index e1b53eb0..520bbafb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1081,7 +1081,7 @@ dependencies = [ "hashbrown 0.13.2", "helix-loader", "imara-diff", - "indoc 1.0.9", + "indoc", "log", "once_cell", "quickcheck", @@ -1177,7 +1177,7 @@ dependencies = [ "helix-vcs", "helix-view", "ignore", - "indoc 2.0.1", + "indoc", "libc", "log", "once_cell", @@ -1350,12 +1350,6 @@ dependencies = [ "hashbrown 0.12.3", ] -[[package]] -name = "indoc" -version = "1.0.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306" - [[package]] name = "indoc" version = "2.0.1" diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index 8618f586..c8db7f89 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -49,4 +49,4 @@ textwrap = "0.16.0" [dev-dependencies] quickcheck = { version = "1", default-features = false } -indoc = "1.0.6" +indoc = "2.0.1"