Skip to content

Commit 48dd0f7

Browse files
dependabot[bot]avrabe
authored andcommitted
build(deps): bump hashbrown from 0.14.5 to 0.15.3
Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.14.5 to 0.15.3. - [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.14.5...v0.15.3) --- updated-dependencies: - dependency-name: hashbrown dependency-version: 0.15.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 71e0e39 commit 48dd0f7

File tree

2 files changed

+4
-24
lines changed

2 files changed

+4
-24
lines changed

Cargo.lock

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

wrt-foundation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ wrt-sync = { workspace = true, default-features = false } # Make alloc condition
5454
wrt-platform = { workspace = true, default-features = false, optional = true }
5555

5656
# Only include hashbrown when explicitly requested with alloc feature
57-
hashbrown = { version = "0.14", optional = true } # For no_std with alloc
57+
hashbrown = { version = "0.15", optional = true } # For no_std with alloc
5858

5959
# Optional dependencies
6060
# Logging facade - not enabled by default

0 commit comments

Comments
 (0)