Skip to content

Commit 005bde9

Browse files
chore: revert to hashbrown 0.14.5 and friends (#7081)
1 parent 410ab29 commit 005bde9

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@ flume = "0.11"
9494
futures-lite = "2"
9595
getrandom = "0.2"
9696
glam = "0.29"
97-
hashbrown = { version = "0.15.2", default-features = false, features = [
98-
"default-hasher",
97+
hashbrown = { version = "0.14.5", default-features = false, features = [
98+
"ahash",
9999
"inline-more",
100100
] }
101101
heck = "0.5.0"
102102
image = { version = "0.24", default-features = false, features = ["png"] }
103-
indexmap = { version = "2.7.1", default-features = false }
103+
indexmap = { version = "2.5.0", default-features = false }
104104
itertools = { version = "0.13.0" }
105105
ktx2 = "0.3"
106106
libc = { version = "0.2", default-features = false }

0 commit comments

Comments
 (0)