Skip to content

Commit 0d54abd

Browse files
Update Rust crate hashbrown to 0.15.5
1 parent b160ec2 commit 0d54abd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ foldhash = "0.1.5"
2626
# without it. (The alternative would be to define everything twice: if
2727
# allocator-api2 is turned on, then for e.g. IdHashMap<T, S, A>, otherwise
2828
# IdHashMap<T, S>.)
29-
hashbrown = { version = "0.15.4", default-features = false, features = ["allocator-api2", "inline-more"] }
29+
hashbrown = { version = "0.15.5", default-features = false, features = ["allocator-api2", "inline-more"] }
3030
hugealloc = "0.1.1"
3131
iddqd = { path = "crates/iddqd", default-features = false }
3232
iddqd-test-utils = { path = "crates/iddqd-test-utils" }

0 commit comments

Comments
 (0)