Skip to content

Commit 1a688a4

Browse files
build(deps): Bump hashbrown from 0.15.5 to 0.16.0
Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.15.5 to 0.16.0. - [Release notes](https://github.com/rust-lang/hashbrown/releases) - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](rust-lang/hashbrown@v0.15.5...v0.16.0) --- updated-dependencies: - dependency-name: hashbrown dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4b7c8c3 commit 1a688a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -125,7 +125,7 @@ enum_dispatch = "0.3"
125125
fdt = { version = "0.1", features = ["pretty-printing"] }
126126
free-list = "0.3"
127127
fuse-abi = { version = "0.2", features = ["linux"], optional = true }
128-
hashbrown = { version = "0.15", default-features = false }
128+
hashbrown = { version = "0.16", default-features = false }
129129
heapless = "0.9"
130130
hermit-entry = { version = "0.10", features = ["kernel"] }
131131
hermit-sync = "0.1"

0 commit comments

Comments
 (0)