diff --git a/Cargo.lock b/Cargo.lock index 9c55784b..e52bab83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1501,9 +1501,9 @@ dependencies = [ [[package]] name = "indoc" -version = "2.0.1" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f2cb48b81b1dc9f39676bf99f5499babfec7cd8fe14307f7b3d747208fb5690" +checksum = "761cde40c27e2a9877f8c928fd248b7eec9dd48623dd514b256858ca593fbba7" [[package]] name = "instant" diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index 1b3d75eb..c16afea4 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -50,4 +50,4 @@ textwrap = "0.16.0" [dev-dependencies] quickcheck = { version = "1", default-features = false } -indoc = "2.0.1" +indoc = "2.0.2" diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index 0f65799c..e5ba6444 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.1" +indoc = "2.0.2" tempfile = "3.6.0"