Skip to content

Commit

Permalink
chore(deps): bump arbitrary from 1.3.2 to 1.4.1
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 48eac00 commit 6c5ab1e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion const-oid/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ edition = "2021"
rust-version = "1.81"

[dependencies]
arbitrary = { version = "1.2", optional = true, features = ["derive"] }
arbitrary = { version = "1.4", optional = true, features = ["derive"] }

[dev-dependencies]
hex-literal = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion der/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ edition = "2021"
rust-version = "1.81"

[dependencies]
arbitrary = { version = "1.3", features = ["derive"], optional = true }
arbitrary = { version = "1.4", features = ["derive"], optional = true }
bytes = { version = "1", optional = true, default-features = false }
const-oid = { version = "0.10.0-rc.0", optional = true }
der_derive = { version = "0.8.0-rc.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion spki/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rust-version = "1.81"
der = { version = "0.8.0-rc.0", features = ["oid"] }

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

Expand Down
2 changes: 1 addition & 1 deletion tls_codec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ zeroize = { version = "1.8", default-features = false, features = [
] }

# optional dependencies
arbitrary = { version = "1.3", features = ["derive"], optional = true }
arbitrary = { version = "1.4", features = ["derive"], optional = true }
tls_codec_derive = { version = "=0.4.1", path = "./derive", optional = true }
serde = { version = "1.0.184", features = ["derive"], optional = true }

Expand Down
2 changes: 1 addition & 1 deletion x509-cert/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ der = { version = "0.8.0-rc.0", features = ["alloc", "derive", "flagset", "oid"]
spki = { version = "0.8.0-rc.0", features = ["alloc"] }

# optional dependencies
arbitrary = { version = "1.3", features = ["derive"], optional = true }
arbitrary = { version = "1.4", features = ["derive"], optional = true }
async-signature = { version = "=0.6.0-pre.4", features = ["digest", "rand_core"], optional = true }
sha1 = { version = "0.11.0-pre.4", optional = true }
signature = { version = "=2.3.0-pre.4", features = ["rand_core"], optional = true }
Expand Down

0 comments on commit 6c5ab1e

Please sign in to comment.