From 43d478cf39f8faef9cf9d16ca47d3edd8152f4cb Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Sun, 9 Jun 2024 12:17:54 -0400 Subject: Large PDB parsing performance improvements --- rust/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rust/Cargo.lock') 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", -- cgit v1.3.1