From b63f409ed89f2a47e3e2ed397dda7e90887310f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 09:49:03 +0000 Subject: [PATCH] build(deps): update bach requirement from 0.0.6 to 0.0.7 --- updated-dependencies: - dependency-name: bach dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- quic/s2n-quic-platform/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"] }