Skip to content

Commit 3a05143

Browse files
build(deps): update bolero requirement from 0.12 to 0.13
--- updated-dependencies: - dependency-name: bolero dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 65d6b6e commit 3a05143

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

common/s2n-codec/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ bytes = { version = "1", default-features = false, optional = true }
2525
zerocopy = { version = "0.7", features = ["derive"] }
2626

2727
[dev-dependencies]
28-
bolero = "0.12"
28+
bolero = "0.13"
2929
bolero-generator = "0.12"
3030

3131
[package.metadata.kani]

dc/s2n-quic-dc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ parking_lot = "0.12"
4848
bitvec = { version = "1.0.1", default-features = false }
4949

5050
[dev-dependencies]
51-
bolero = "0.12"
51+
bolero = "0.13"
5252
bolero-generator = "0.12"
5353
insta = "1"
5454
s2n-codec = { path = "../../common/s2n-codec", features = ["testing"] }

quic/s2n-quic-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ futures-test = { version = "0.3", optional = true } # For testing Waker interact
4949
once_cell = { version = "1", optional = true }
5050

5151
[dev-dependencies]
52-
bolero = "0.12"
52+
bolero = "0.13"
5353
bolero-generator = "0.12"
5454
insta = { version = "1", features = ["json"] }
5555
futures = "0.3"

quic/s2n-quic-platform/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ libc = "0.2"
3737

3838
[dev-dependencies]
3939
bach = { version = "0.0.6" }
40-
bolero = "0.12"
40+
bolero = "0.13"
4141
bolero-generator = "0.12"
4242
futures = { version = "0.3", features = ["std"] }
4343
insta = { version = "1", features = ["json"] }

quic/s2n-quic-transport/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ siphasher = "1.0"
2929
smallvec = { version = "1", default-features = false }
3030

3131
[dev-dependencies]
32-
bolero = "0.12"
32+
bolero = "0.13"
3333
futures-test = "0.3" # For testing Waker interactions
3434
insta = { version = "1", features = ["json"] }
3535
s2n-codec = { path = "../../common/s2n-codec", features = ["testing"] }

quic/s2n-quic/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ zerocopy = { version = "0.7", optional = true, features = ["derive"] }
8484
zeroize = { version = "1", optional = true, default-features = false }
8585

8686
[dev-dependencies]
87-
bolero = { version = "0.12" }
87+
bolero = { version = "0.13" }
8888
s2n-quic-core = { path = "../s2n-quic-core", features = ["branch-tracing", "event-tracing", "probe-tracing", "testing"] }
8989
s2n-quic-platform = { path = "../s2n-quic-platform", features = ["testing"] }
9090
s2n-quic-transport = { path = "../s2n-quic-transport", features = ["unstable_resumption", "unstable-provider-dc"] }

0 commit comments

Comments
 (0)