Skip to content

Commit

Permalink
build(deps): bump the minor-and-patch-cargo-updates group across 1 di…
Browse files Browse the repository at this point in the history
…rectory with 3 updates

Bumps the minor-and-patch-cargo-updates group with 3 updates in the / directory: [afl](https://github.com/rust-fuzz/afl.rs), [clap](https://github.com/clap-rs/clap) and [rustls](https://github.com/rustls/rustls).


Updates `afl` from 0.15.13 to 0.15.14
- [Changelog](https://github.com/rust-fuzz/afl.rs/blob/master/CHANGES.md)
- [Commits](https://github.com/rust-fuzz/afl.rs/commits)

Updates `clap` from 4.5.28 to 4.5.29
- [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.28...clap_complete-v4.5.29)

Updates `rustls` from 0.23.22 to 0.23.23
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.23.22...v/0.23.23)

---
updated-dependencies:
- dependency-name: afl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: rustls
  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>
  • Loading branch information
dependabot[bot] authored and hrxi committed Feb 12, 2025
1 parent ae6c655 commit 9060880
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 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 fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords.workspace = true
workspace = true

[dependencies]
afl = { version = "0.15.13", optional = true }
afl = { version = "0.15.14", optional = true }

nimiq-collections = { workspace = true }
nimiq-primitives = { workspace = true, features = ["key-nibbles", "serde-derive", "trie"] }
Expand Down

0 comments on commit 9060880

Please sign in to comment.