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 4dc66fd commit d2bdce7Copy full SHA for d2bdce7
std/Cargo.toml
@@ -20,7 +20,7 @@ libc = { version = "0.2.88", default-features = false, features = ['rustc-dep-of
20
compiler_builtins = { version = "0.1.39" }
21
profiler_builtins = { path = "../profiler_builtins", optional = true }
22
unwind = { path = "../unwind" }
23
-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'] }
24
25
# Dependencies of the `backtrace` crate
26
addr2line = { version = "0.14.0", optional = true, default-features = false }
0 commit comments