From 97e89d3874abb0df4c44319a26a331332a43b6ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 19:30:49 +0000 Subject: [PATCH 1/2] Bump clap from 4.5.27 to 4.5.30 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.27 to 4.5.30. - [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.27...clap_complete-v4.5.30) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e06254a..3a33c94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,9 +25,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.27" +version = "4.5.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "769b0145982b4b48713e01ec42d61614425f27b7058bda7180a3a41f30104796" +checksum = "92b7b18d71fad5313a1e320fa9897994228ce274b60faa4d694fe0ea89cd9e6d" dependencies = [ "clap_builder", "clap_derive", @@ -35,9 +35,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.27" +version = "4.5.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b26884eb4b57140e4d2d93652abfa49498b938b3c9179f9fc487b0acc3edad7" +checksum = "a35db2071778a7344791a4fb4f95308b5673d219dee3ae348b86642574ecc90c" dependencies = [ "anstyle", "clap_lex", @@ -46,9 +46,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.24" +version = "4.5.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54b755194d6389280185988721fffba69495eed5ee9feeee9a599b53db80318c" +checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed" dependencies = [ "heck", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index a7b166f..9c7ff3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ ron = "0.8.1" serde = { version = "~1.0.217", features = ["derive"] } [dependencies.clap] -version = "4.5.27" +version = "4.5.30" default-features = false features = [ # From default features collection -- 2.49.1 From 7a6e02eb0889bfe9c2108068cf16e0bbdfc08757 Mon Sep 17 00:00:00 2001 From: Olivia Brooks <109807080+Cutieguwu@users.noreply.github.com> Date: Thu, 20 Feb 2025 14:34:01 -0500 Subject: [PATCH 2/2] Update Cargo.toml Employ Tilde requirements. All patches to clap were non-breaking of current functionality. 4.5.27 remains the tested version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9c7ff3e..320c14b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ ron = "0.8.1" serde = { version = "~1.0.217", features = ["derive"] } [dependencies.clap] -version = "4.5.30" +version = "~4.5.27" default-features = false features = [ # From default features collection -- 2.49.1