summaryrefslogtreecommitdiff
path: root/rust/Cargo.lock
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2024-06-09 12:17:54 -0400
committerJosh Ferrell <josh@vector35.com>2024-06-10 15:17:01 -0400
commit43d478cf39f8faef9cf9d16ca47d3edd8152f4cb (patch)
tree95e60d5e324243246455e03dc0e6f47d7530327a /rust/Cargo.lock
parentd2ee93856b455a2fbd5a42b52bfe847d1c7f29d1 (diff)
Large PDB parsing performance improvements
Diffstat (limited to 'rust/Cargo.lock')
-rw-r--r--rust/Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index e45d2da2..dfccee5a 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -458,9 +458,9 @@ dependencies = [
[[package]]
name = "indexmap"
-version = "2.2.5"
+version = "2.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4"
+checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
dependencies = [
"equivalent",
"hashbrown",