Skip to content

Commit

Permalink
Bump hashbrown from 0.14.3 to 0.15.2
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and nihohit committed Dec 1, 2024
1 parent 5f5820d commit 6a46972
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
23 changes: 18 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion redis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ log = { version = "0.4", optional = true }
uuid = { version = "1.11.0", optional = true }

# Optional hashbrown support
hashbrown = { version = "0.14", optional = true }
hashbrown = { version = "0.15", optional = true }
itertools = "0.13.0"

[features]
Expand Down

0 comments on commit 6a46972

Please sign in to comment.