From 906088071bafb69266cd33d01602e69e0810d0bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 14:27:15 +0000 Subject: [PATCH] build(deps): bump the minor-and-patch-cargo-updates group across 1 directory 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](https://github.com/clap-rs/clap/compare/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](https://github.com/rustls/rustls/compare/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] --- Cargo.lock | 18 +++++++++--------- fuzz/Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e0e9526e8a..7f051aed44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -54,9 +54,9 @@ dependencies = [ [[package]] name = "afl" -version = "0.15.13" +version = "0.15.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b784d6332a6978dd29861676de9df37aa37ed8852341db6340bd75eb82bc7a69" +checksum = "fe38b594cedcc69d8d58022f17a98438e9a2b18c9028a0c3db4bc706f32ab8e7" dependencies = [ "home", "libc", @@ -1006,9 +1006,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.28" +version = "4.5.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e77c3243bd94243c03672cb5154667347c457ca271254724f9f393aee1c05ff" +checksum = "8acebd8ad879283633b343856142139f2da2317c96b05b4dd6181c61e2480184" dependencies = [ "clap_builder", "clap_derive", @@ -1016,9 +1016,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.27" +version = "4.5.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b26884eb4b57140e4d2d93652abfa49498b938b3c9179f9fc487b0acc3edad7" +checksum = "f6ba32cbda51c7e1dfd49acc1457ba1a7dec5b64fe360e828acb13ca8dc9c2f9" dependencies = [ "anstream", "anstyle", @@ -3025,7 +3025,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -6514,9 +6514,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.22" +version = "0.23.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fb9263ab4eb695e42321db096e3b8fbd715a59b154d5c88d82db2175b681ba7" +checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395" dependencies = [ "log", "once_cell", diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index a8d30ee966..5861b6a689 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -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"] }