Skip to content

Commit 150132c

Browse files
build(deps): update rand requirement from 0.8 to 0.9 in /tools/xdp
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.8.0...0.9.0) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b871ad0 commit 150132c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/xdp/s2n-quic-xdp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tokio = { version = "1", features = ["net"], optional = true }
2626
bolero = "0.12"
2727
futures = "0.3"
2828
pin-project-lite = "0.2"
29-
rand = "0.8"
29+
rand = "0.9"
3030
s2n-quic-core = { path = "../../../quic/s2n-quic-core", features = ["testing"] }
3131
tokio = { version = "1", features = ["full"] }
3232

0 commit comments

Comments
 (0)