Skip to content

Commit

Permalink
build(deps): update ahash requirement from =0.8.6 to =0.8.9 (#2135)
Browse files Browse the repository at this point in the history
* build(deps): update ahash requirement from =0.8.6 to =0.8.9

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

Signed-off-by: dependabot[bot] <[email protected]>

* remove ahash pin

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Wesley Rosenblum <[email protected]>
  • Loading branch information
dependabot[bot] and WesleyRosenblum authored Feb 20, 2024
1 parent f745bc9 commit a7ea486
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion quic/s2n-quic-transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ siphasher = "1.0"
smallvec = { version = "1", default-features = false }

[dev-dependencies]
ahash = { version = "=0.8.6" } # ahash 0.8.7 requires rust 1.72, see https://github.com/aws/s2n-quic/issues/2118
bolero = "0.10"
futures-test = "0.3" # For testing Waker interactions
insta = { version = "1", features = ["json"] }
Expand Down
1 change: 0 additions & 1 deletion quic/s2n-quic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ zerocopy = { version = "0.7", optional = true, features = ["derive"] }
zeroize = { version = "1", optional = true, default-features = false }

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

0 comments on commit a7ea486

Please sign in to comment.