Skip to content

Commit e0b24fa

Browse files
build(deps): update ahash requirement from =0.8.7 to =0.8.8
Updates the requirements on [ahash](https://github.com/tkaitchuck/ahash) to permit the latest version. - [Release notes](https://github.com/tkaitchuck/ahash/releases) - [Commits](tkaitchuck/aHash@0.8.7...v0.8.8) --- updated-dependencies: - dependency-name: ahash dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cf0b40e commit e0b24fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

quic/s2n-quic-transport/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ siphasher = "1.0"
2828
smallvec = { version = "1", default-features = false }
2929

3030
[dev-dependencies]
31-
ahash = { version = "=0.8.7" } # ahash 0.8.8 requires rust 1.72, see https://github.com/aws/s2n-quic/issues/2118
31+
ahash = { version = "=0.8.8" } # ahash 0.8.8 requires rust 1.72, see https://github.com/aws/s2n-quic/issues/2118
3232
bolero = "0.10"
3333
futures-test = "0.3" # For testing Waker interactions
3434
insta = { version = "1", features = ["json"] }

quic/s2n-quic/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ zerocopy = { version = "0.7", optional = true, features = ["derive"] }
7474
zeroize = { version = "1", optional = true, default-features = false }
7575

7676
[dev-dependencies]
77-
ahash = { version = "=0.8.7" } # ahash 0.8.8 requires rust 1.72, see https://github.com/aws/s2n-quic/issues/2118
77+
ahash = { version = "=0.8.8" } # ahash 0.8.8 requires rust 1.72, see https://github.com/aws/s2n-quic/issues/2118
7878
bolero = { version = "0.10" }
7979
s2n-quic-core = { path = "../s2n-quic-core", features = ["branch-tracing", "event-tracing", "probe-tracing", "testing"] }
8080
s2n-quic-platform = { path = "../s2n-quic-platform", features = ["testing"] }

0 commit comments

Comments
 (0)