summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-11-17 22:20:58 +0000
committerrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-11-18 01:32:59 +0000
commit7a2f02ffd7d69fc8c5cbba5557b536da2f68745b (patch)
treebb150dc679c71b223b2aaca7ce4892cb3db3e48f /Cargo.lock
parentc7a24633b217148f1a8c9dbf79afa75912c2bbd0 (diff)
build(deps): update rust crate indexmap to 1.9.2
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 66910fd36..b6f97b587 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1501,9 +1501,9 @@ dependencies = [
[[package]]
name = "indexmap"
-version = "1.9.1"
+version = "1.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
+checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
dependencies = [
"autocfg",
"hashbrown",