Skip to content

Commit 357f1ea

Browse files
fix(deps): update rust crate hashbrown to v0.16.0 (#122)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 526eef6 commit 357f1ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen-sdk-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ salsa = { workspace = true }
4646
indextree = { workspace = true }
4747
indexmap = { workspace = true }
4848
rustc-hash = "2.1.1"
49-
hashbrown = { version = "0.15.2", features = ["rayon"] }
49+
hashbrown = { version = "0.16.0", features = ["rayon"] }
5050
[dev-dependencies]
5151
test-log = { workspace = true }
5252
[features]

0 commit comments

Comments
 (0)