Skip to content

Commit 52d55f5

Browse files
authored
Upgrade to hashbrown v0.17 (#2487)
... plus indexmap v2.14 to depend on the same.
1 parent 77ea5b6 commit 52d55f5

2 files changed

Lines changed: 37 additions & 37 deletions

File tree

Cargo.lock

Lines changed: 34 additions & 34 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
@@ -104,7 +104,7 @@ version = "0.246.2"
104104
# message to wasm-tools maintainers to discuss. In some cases it's possible to
105105
# add version detection to build scripts but in other cases this may not be
106106
# reasonable to expect.
107-
rust-version = "1.82.0"
107+
rust-version = "1.85.0"
108108

109109
[workspace.dependencies]
110110
ahash = { version = "0.8.11", default-features = false }
@@ -118,9 +118,9 @@ comfy-table = { version = "7.1.3", default-features = false }
118118
criterion = { version = "0.5.1", default-features = false }
119119
env_logger = "0.11"
120120
gimli = "0.31.1"
121-
hashbrown = { version = "0.16.1", default-features = false, features = ['default-hasher'] }
121+
hashbrown = { version = "0.17.0", default-features = false, features = ['default-hasher'] }
122122
id-arena = { version = "2.3.0", default-features = false }
123-
indexmap = { version = "2.13.0", default-features = false }
123+
indexmap = { version = "2.14.0", default-features = false }
124124
indoc = "2.0.5"
125125
leb128fmt = { version = "0.1.0", default-features = false }
126126
libfuzzer-sys = "0.4.0"

0 commit comments

Comments
 (0)