Skip to content

Commit 6a46972

Browse files
dependabot[bot]nihohit
authored andcommitted
Bump hashbrown from 0.14.3 to 0.15.2
Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.14.3 to 0.15.2. - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/hashbrown/commits) --- updated-dependencies: - dependency-name: hashbrown dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5f5820d commit 6a46972

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

Cargo.lock

+18-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

redis/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ log = { version = "0.4", optional = true }
9191
uuid = { version = "1.11.0", optional = true }
9292

9393
# Optional hashbrown support
94-
hashbrown = { version = "0.14", optional = true }
94+
hashbrown = { version = "0.15", optional = true }
9595
itertools = "0.13.0"
9696

9797
[features]

0 commit comments

Comments
 (0)