]> git.lizzy.rs Git - rust.git/blobdiff - library/std/Cargo.toml
Auto merge of #83573 - JohnTitor:rollup-28jnzsr, r=JohnTitor
[rust.git] / library / std / Cargo.toml
index f0f5558fd16084544c0746ae952c6ed166a5b2eb..22ca7ed09b42a92f852367a6855c66921d97d6f2 100644 (file)
@@ -20,7 +20,7 @@ libc = { version = "0.2.88", default-features = false, features = ['rustc-dep-of
 compiler_builtins = { version = "0.1.39" }
 profiler_builtins = { path = "../profiler_builtins", optional = true }
 unwind = { path = "../unwind" }
-hashbrown = { version = "0.9.0", default-features = false, features = ['rustc-dep-of-std'] }
+hashbrown = { version = "0.11", default-features = false, features = ['rustc-dep-of-std'] }
 
 # Dependencies of the `backtrace` crate
 addr2line = { version = "0.14.0", optional = true, default-features = false }