Skip to content

Commit

Permalink
build(deps): update hashbrown requirement from 0.14 to 0.15 (#2341)
Browse files Browse the repository at this point in the history
Updates the requirements on [hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest version.
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](rust-lang/hashbrown@v0.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: hashbrown
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent c9a86c3 commit 17171ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quic/s2n-quic-transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ unstable-provider-dc = []
bytes = { version = "1", default-features = false }
futures-channel = { version = "0.3", default-features = false, features = ["alloc"] }
futures-core = { version = "0.3", default-features = false, features = ["alloc"] }
hashbrown = "0.14"
hashbrown = "0.15"
intrusive-collections = "0.9"
once_cell = "1"
s2n-codec = { version = "=0.47.0", path = "../../common/s2n-codec", features = ["bytes"], default-features = false }
Expand Down

0 comments on commit 17171ec

Please sign in to comment.