diff --git a/Cargo.lock b/Cargo.lock index 00d20830..311305c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -390,7 +390,7 @@ dependencies = [ "futures", "fxhash", "goblin", - "hashbrown 0.11.2", + "hashbrown 0.12.0", "lazy_static", "log", "num_cpus", @@ -689,9 +689,9 @@ checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" [[package]] name = "hashbrown" -version = "0.11.2" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" +checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758" dependencies = [ "ahash", "serde", diff --git a/Cargo.toml b/Cargo.toml index 1462122b..b42a054f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ dirs = "3.0" failure = "0.1" futures = "0.3" goblin = "0.4.2" # Keep in sync with symbolic-debuginfo -hashbrown = { version = "0.11", features = ["serde"] } +hashbrown = { version = "0.12", features = ["serde"] } lazy_static = "1.4" log = "0.4" num_cpus = "1.13"