summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-17 09:57:36 +0000
committerextrawurst <776816+extrawurst@users.noreply.github.com>2024-09-17 12:24:35 +0200
commit7a37730076cdb0b0e82dce752e19e0c64836b74d (patch)
treea669934b72a2f52d734eb7c72b0553a6153f9bad
parentf27b58114a6cb605a8a3a5ee9fd8261b29eef24b (diff)
Bump indexmap from 2.2.6 to 2.5.0
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.2.6 to 2.5.0. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](https://github.com/indexmap-rs/indexmap/compare/2.2.6...2.5.0) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c77a5bcf..69295dba 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1721,9 +1721,9 @@ dependencies = [
[[package]]
name = "indexmap"
-version = "2.2.6"
+version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
+checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5"
dependencies = [
"equivalent",
"hashbrown",