We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf3f8a commit 1ba528eCopy full SHA for 1ba528e
std/Cargo.toml
@@ -19,7 +19,7 @@ libc = { version = "0.2.108", default-features = false, features = ['rustc-dep-o
19
compiler_builtins = { version = "0.1.66" }
20
profiler_builtins = { path = "../profiler_builtins", optional = true }
21
unwind = { path = "../unwind" }
22
-hashbrown = { version = "0.11", default-features = false, features = ['rustc-dep-of-std'] }
+hashbrown = { version = "0.12", default-features = false, features = ['rustc-dep-of-std'] }
23
std_detect = { path = "../stdarch/crates/std_detect", default-features = false, features = ['rustc-dep-of-std'] }
24
25
# Dependencies of the `backtrace` crate
0 commit comments