Skip to content

Commit 17171ec

Browse files
build(deps): update hashbrown requirement from 0.14 to 0.15 (#2341)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c9a86c3 commit 17171ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quic/s2n-quic-transport/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ unstable-provider-dc = []
2020
bytes = { version = "1", default-features = false }
2121
futures-channel = { version = "0.3", default-features = false, features = ["alloc"] }
2222
futures-core = { version = "0.3", default-features = false, features = ["alloc"] }
23-
hashbrown = "0.14"
23+
hashbrown = "0.15"
2424
intrusive-collections = "0.9"
2525
once_cell = "1"
2626
s2n-codec = { version = "=0.47.0", path = "../../common/s2n-codec", features = ["bytes"], default-features = false }

0 commit comments

Comments
 (0)