Skip to content

Commit 719cea9

Browse files
Update Rust crate hashbrown to 0.15.5
1 parent c38075d commit 719cea9

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 8 additions & 8 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
@@ -25,7 +25,7 @@ foldhash = "0.1.5"
2525
# without it. (The alternative would be to define everything twice: if
2626
# allocator-api2 is turned on, then for e.g. IdHashMap<T, S, A>, otherwise
2727
# IdHashMap<T, S>.)
28-
hashbrown = { version = "0.15.4", default-features = false, features = ["allocator-api2", "inline-more"] }
28+
hashbrown = { version = "0.15.5", default-features = false, features = ["allocator-api2", "inline-more"] }
2929
hugealloc = "0.1.1"
3030
iddqd = { path = "crates/iddqd", default-features = false }
3131
iddqd-test-utils = { path = "crates/iddqd-test-utils" }

0 commit comments

Comments
 (0)