aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot]2023-07-04 00:13:58 +0000
committerGitHub2023-07-04 00:13:58 +0000
commit83e59197ac248f680ca7c5fa56e131ac01a1c0af (patch)
tree5f36f8dd2c5c47e087a9b41d8c6feecd32c6bf69
parentd908a6ed19b528bfeb2b9f0709201e0e67ef95da (diff)
build(deps): bump indoc from 2.0.1 to 2.0.2 (#7529)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--helix-core/Cargo.toml2
-rw-r--r--helix-term/Cargo.toml2
3 files changed, 4 insertions, 4 deletions
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"