From 0b9feea0a406b2eb082a8f92d5632d6802cfd60e Mon Sep 17 00:00:00 2001 From: Urgau Date: Sun, 7 May 2023 00:35:55 +0200 Subject: Update hashbrown from 0.12.3 to 0.13.1 for std --- library/std/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/std') diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml index 72a5b477330..0441f7e6c86 100644 --- a/library/std/Cargo.toml +++ b/library/std/Cargo.toml @@ -19,7 +19,7 @@ libc = { version = "0.2.142", default-features = false, features = ['rustc-dep-o compiler_builtins = { version = "0.1.91" } profiler_builtins = { path = "../profiler_builtins", optional = true } unwind = { path = "../unwind" } -hashbrown = { version = "0.12", default-features = false, features = ['rustc-dep-of-std'] } +hashbrown = { version = "0.13", default-features = false, features = ['rustc-dep-of-std'] } std_detect = { path = "../stdarch/crates/std_detect", default-features = false, features = ['rustc-dep-of-std'] } # Dependencies of the `backtrace` crate -- cgit 1.4.1-3-g733a5