Skip to content

Commit 9972c35

Browse files
committed
Update hashbrown from 0.12.3 to 0.13.1 for std
1 parent e79b2f7 commit 9972c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ libc = { version = "0.2.142", default-features = false, features = ['rustc-dep-o
1919
compiler_builtins = { version = "0.1.91" }
2020
profiler_builtins = { path = "../profiler_builtins", optional = true }
2121
unwind = { path = "../unwind" }
22-
hashbrown = { version = "0.12", default-features = false, features = ['rustc-dep-of-std'] }
22+
hashbrown = { version = "0.13", default-features = false, features = ['rustc-dep-of-std'] }
2323
std_detect = { path = "../stdarch/crates/std_detect", default-features = false, features = ['rustc-dep-of-std'] }
2424

2525
# Dependencies of the `backtrace` crate

0 commit comments

Comments
 (0)