aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot]2023-03-21 00:14:29 +0000
committerGitHub2023-03-21 00:14:29 +0000
commit2f4eac28e52ed3222056b5c048b16abb79790d95 (patch)
tree36cffbfdb42bb3362508b9a60561d9c4197ca3b6 /Cargo.lock
parent28632c6ceeeb68158d348964b85467c291f0f2fe (diff)
build(deps): bump indoc from 1.0.9 to 2.0.1 (#6385)
Bumps [indoc](https://github.com/dtolnay/indoc) from 1.0.9 to 2.0.1. - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](https://github.com/dtolnay/indoc/compare/1.0.9...2.0.1) --- updated-dependencies: - dependency-name: indoc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 2 insertions, 8 deletions
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",
@@ -1352,12 +1352,6 @@ dependencies = [
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f2cb48b81b1dc9f39676bf99f5499babfec7cd8fe14307f7b3d747208fb5690"