We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b871ad0 commit 150132cCopy full SHA for 150132c
tools/xdp/s2n-quic-xdp/Cargo.toml
@@ -26,7 +26,7 @@ tokio = { version = "1", features = ["net"], optional = true }
26
bolero = "0.12"
27
futures = "0.3"
28
pin-project-lite = "0.2"
29
-rand = "0.8"
+rand = "0.9"
30
s2n-quic-core = { path = "../../../quic/s2n-quic-core", features = ["testing"] }
31
tokio = { version = "1", features = ["full"] }
32
0 commit comments