Skip to content

Commit 8129a20

Browse files
build(deps): update bach requirement from 0.0.10 to 0.0.11 (#2561)
--- updated-dependencies: - dependency-name: bach dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4a6b1f8 commit 8129a20

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dc/s2n-quic-dc/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tokio = ["tokio/io-util", "tokio/net", "tokio/rt-multi-thread", "tokio/time"]
2525
arrayvec = "0.7"
2626
atomic-waker = "1"
2727
aws-lc-rs = "1.12"
28-
bach = { version = "0.0.10", optional = true }
28+
bach = { version = "0.0.11", optional = true }
2929
bitflags = "2"
3030
bolero-generator = { version = "0.13", default-features = false, optional = true }
3131
bytes = "1"
@@ -60,7 +60,7 @@ parking_lot = "0.12"
6060
bitvec = { version = "1.0.1", default-features = false }
6161

6262
[dev-dependencies]
63-
bach = "0.0.10"
63+
bach = "0.0.11"
6464
bolero = "0.13"
6565
bolero-generator = "0.13"
6666
insta = "1"

quic/s2n-quic-platform/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tokio-runtime = ["futures", "tokio"]
2020
xdp = ["s2n-quic-xdp"]
2121

2222
[dependencies]
23-
bach = { version = "0.0.10", optional = true }
23+
bach = { version = "0.0.11", optional = true }
2424
bolero-generator = { version = "0.13", default-features = false, optional = true }
2525
cfg-if = "1"
2626
futures = { version = "0.3", default-features = false, features = ["async-await"], optional = true }
@@ -36,7 +36,7 @@ turmoil = { version = "0.6.0", optional = true }
3636
libc = "0.2"
3737

3838
[dev-dependencies]
39-
bach = { version = "0.0.10" }
39+
bach = { version = "0.0.11" }
4040
bolero = "0.13"
4141
bolero-generator = "0.13"
4242
futures = { version = "0.3", features = ["std"] }

0 commit comments

Comments
 (0)