Skip to content

Commit efc5382

Browse files
build(deps): bump the minor-and-patch-cargo-updates group with 6 updates (#3591)
Bumps the minor-and-patch-cargo-updates group with 6 updates: | Package | From | To | | --- | --- | --- | | [afl](https://github.com/rust-fuzz/afl.rs) | `0.17.0` | `0.17.1` | | [regex](https://github.com/rust-lang/regex) | `1.12.2` | `1.12.3` | | [clap](https://github.com/clap-rs/clap) | `4.5.54` | `4.5.56` | | [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.19` | `0.1.20` | | [bytes](https://github.com/tokio-rs/bytes) | `1.11.0` | `1.11.1` | | [schemars](https://github.com/GREsau/schemars) | `1.2.0` | `1.2.1` | Updates `afl` from 0.17.0 to 0.17.1 - [Changelog](https://github.com/rust-fuzz/afl.rs/blob/master/CHANGES.md) - [Commits](rust-fuzz/afl.rs@v0.17.0...v0.17.1) Updates `regex` from 1.12.2 to 1.12.3 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.12.2...1.12.3) Updates `clap` from 4.5.54 to 4.5.56 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.54...clap_complete-v4.5.56) Updates `hyper-util` from 0.1.19 to 0.1.20 - [Release notes](https://github.com/hyperium/hyper-util/releases) - [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper-util@v0.1.19...v0.1.20) Updates `bytes` from 1.11.0 to 1.11.1 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.11.0...v1.11.1) Updates `schemars` from 1.2.0 to 1.2.1 - [Release notes](https://github.com/GREsau/schemars/releases) - [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md) - [Commits](GREsau/schemars@v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: afl dependency-version: 0.17.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-cargo-updates - dependency-name: regex dependency-version: 1.12.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-cargo-updates - dependency-name: clap dependency-version: 4.5.56 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-cargo-updates - dependency-name: hyper-util dependency-version: 0.1.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-cargo-updates - dependency-name: bytes dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-cargo-updates - dependency-name: schemars dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-cargo-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f99580 commit efc5382

2 files changed

Lines changed: 34 additions & 24 deletions

File tree

Cargo.lock

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

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords.workspace = true
1414
workspace = true
1515

1616
[dependencies]
17-
afl = { version = "0.17.0", optional = true }
17+
afl = { version = "0.17.1", optional = true }
1818

1919
nimiq-collections = { workspace = true }
2020
nimiq-keys = { workspace = true }

0 commit comments

Comments
 (0)