Skip to content

Commit b2b76e6

Browse files
chore(deps): update rust crate hashbrown to 0.16 (#8194)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Connor Fitzgerald <[email protected]>
1 parent 084431b commit b2b76e6

File tree

3 files changed

+42
-21
lines changed

3 files changed

+42
-21
lines changed

.deny.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,8 @@ skip = [
3232
# cargo-metadata uses old version. Only used for infrastructure.
3333
{ name = "toml", version = "0.8.23" },
3434
{ name = "ordered-float", version = "2.10.1" },
35-
# criterion uses an old version
36-
{ name = "itertools", version = "0.10.5" },
3735
# bindgen (used by deno) uses old version
3836
{ name = "itertools", version = "0.13.0" },
39-
# loom (used by tracy-client) uses old `matchers` crate
40-
{ name = "regex-automata", version = "0.1.10" },
41-
{ name = "regex-syntax", version = "0.6.29" },
4237
# Strum uses an old version
4338
{ name = "heck", version = "0.4.0" },
4439
# Deno uses an old version

Cargo.lock

Lines changed: 41 additions & 15 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
@@ -123,7 +123,7 @@ getrandom = "0.3"
123123
glam = "0.30"
124124
glob = "0.3"
125125
half = { version = "2.5", default-features = false } # We require 2.5 to have `Arbitrary` support.
126-
hashbrown = { version = "0.15", default-features = false, features = [
126+
hashbrown = { version = "0.16", default-features = false, features = [
127127
"default-hasher",
128128
"inline-more",
129129
] }

0 commit comments

Comments
 (0)