diff --git a/quic/s2n-quic-platform/Cargo.toml b/quic/s2n-quic-platform/Cargo.toml index a3f1c6f6d..2ee1ee34b 100644 --- a/quic/s2n-quic-platform/Cargo.toml +++ b/quic/s2n-quic-platform/Cargo.toml @@ -20,7 +20,7 @@ tokio-runtime = ["futures", "tokio"] xdp = ["s2n-quic-xdp"] [dependencies] -bach = { version = "0.0.6", optional = true } +bach = { version = "0.0.7", optional = true } bolero-generator = { version = "0.11", optional = true } cfg-if = "1" futures = { version = "0.3", default-features = false, features = ["async-await"], optional = true } @@ -36,7 +36,7 @@ turmoil = { version = "0.6.0", optional = true } libc = "0.2" [dev-dependencies] -bach = { version = "0.0.6" } +bach = { version = "0.0.7" } bolero = "0.11" bolero-generator = "0.11" futures = { version = "0.3", features = ["std"] }