build(deps): bump arbitrary from 1.3.2 to 1.4.1

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](https://github.com/rust-fuzz/arbitrary/compare/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] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-11-06 14:49:00 +00:00
committed by Paul Spooren
parent 22bdeaf8f1
commit 0fa6176d06
2 changed files with 5 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ clap = { version = "4.5.20", features = ["derive"] }
clap_mangen = "0.2.24"
clap_complete = "4.5.37"
serde = { version = "1.0.214", features = ["derive"] }
arbitrary = { version = "1.3.2", features = ["derive"] }
arbitrary = { version = "1.4.1", features = ["derive"] }
anyhow = { version = "1.0.93", features = ["backtrace", "std"] }
mio = { version = "1.0.2", features = ["net", "os-poll"] }
oqs-sys = { version = "0.9.1", default-features = false, features = [