about summary refs log tree commit diff
path: root/library/std
diff options
context:
space:
mode:
authorUrgau <urgau@numericable.fr>2023-05-07 00:35:55 +0200
committerUrgau <urgau@numericable.fr>2023-05-07 00:35:55 +0200
commit0b9feea0a406b2eb082a8f92d5632d6802cfd60e (patch)
treec3d86b9ae9014264e6ab36dbaa1f21b693f642be /library/std
parent4b94c232192b0fa0314b5afa18e366356e210c4c (diff)
downloadrust-0b9feea0a406b2eb082a8f92d5632d6802cfd60e.tar.gz
rust-0b9feea0a406b2eb082a8f92d5632d6802cfd60e.zip
Update hashbrown from 0.12.3 to 0.13.1 for std
Diffstat (limited to 'library/std')
-rw-r--r--library/std/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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