Skip to content

Commit dd18036

Browse files
chore(deps): bump arbitrary from 1.3.2 to 1.4.1 (#1607)
Bumps [arbitrary](https://github.com/rust-fuzz/arbitrary) from 1.3.2 to 1.4.1. - [Changelog](https://github.com/rust-fuzz/arbitrary/blob/main/CHANGELOG.md) - [Commits](rust-fuzz/arbitrary@v1.3.2...v1.4.1) --- updated-dependencies: - dependency-name: arbitrary dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 48eac00 commit dd18036

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

const-oid/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ edition = "2021"
1818
rust-version = "1.81"
1919

2020
[dependencies]
21-
arbitrary = { version = "1.2", optional = true, features = ["derive"] }
21+
arbitrary = { version = "1.4", optional = true, features = ["derive"] }
2222

2323
[dev-dependencies]
2424
hex-literal = "0.4"

der/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ edition = "2021"
1717
rust-version = "1.81"
1818

1919
[dependencies]
20-
arbitrary = { version = "1.3", features = ["derive"], optional = true }
20+
arbitrary = { version = "1.4", features = ["derive"], optional = true }
2121
bytes = { version = "1", optional = true, default-features = false }
2222
const-oid = { version = "0.10.0-rc.0", optional = true }
2323
der_derive = { version = "0.8.0-rc.0", optional = true }

spki/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rust-version = "1.81"
1919
der = { version = "0.8.0-rc.0", features = ["oid"] }
2020

2121
# Optional dependencies
22-
arbitrary = { version = "1.2", features = ["derive"], optional = true }
22+
arbitrary = { version = "1.4", features = ["derive"], optional = true }
2323
base64ct = { version = "1", optional = true, default-features = false }
2424
sha2 = { version = "=0.11.0-pre.4", optional = true, default-features = false }
2525

tls_codec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ zeroize = { version = "1.8", default-features = false, features = [
1818
] }
1919

2020
# optional dependencies
21-
arbitrary = { version = "1.3", features = ["derive"], optional = true }
21+
arbitrary = { version = "1.4", features = ["derive"], optional = true }
2222
tls_codec_derive = { version = "=0.4.1", path = "./derive", optional = true }
2323
serde = { version = "1.0.184", features = ["derive"], optional = true }
2424

x509-cert/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ der = { version = "0.8.0-rc.0", features = ["alloc", "derive", "flagset", "oid"]
2121
spki = { version = "0.8.0-rc.0", features = ["alloc"] }
2222

2323
# optional dependencies
24-
arbitrary = { version = "1.3", features = ["derive"], optional = true }
24+
arbitrary = { version = "1.4", features = ["derive"], optional = true }
2525
async-signature = { version = "=0.6.0-pre.4", features = ["digest", "rand_core"], optional = true }
2626
sha1 = { version = "0.11.0-pre.4", optional = true }
2727
signature = { version = "=2.3.0-pre.4", features = ["rand_core"], optional = true }

0 commit comments

Comments
 (0)