From 5efa90a30d2572b3f7be8e6dd794d4d49c300c7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 18:18:02 +0000 Subject: [PATCH] build(deps): bump clap from 4.5.35 to 4.5.50 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.35 to 4.5.50. - [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.35...clap_complete-v4.5.50) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.50 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ samling/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b709e1..f5b8135 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -474,9 +474,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.35" +version = "4.5.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8aa86934b44c19c50f87cc2790e19f54f7a67aedb64101c2e1a2e5ecfb73944" +checksum = "0c2cfd7bf8a6017ddaa4e32ffe7403d547790db06bd171c1c53926faab501623" dependencies = [ "clap_builder", "clap_derive", @@ -484,9 +484,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.35" +version = "4.5.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2414dbb2dd0695280da6ea9261e327479e9d37b0630f6b53ba2a11c60c679fd9" +checksum = "0a4c05b9e80c5ccd3a7ef080ad7b6ba7d6fc00a985b8b157197075677c82c7a0" dependencies = [ "anstream", "anstyle", @@ -496,9 +496,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.32" +version = "4.5.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7" +checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671" dependencies = [ "heck", "proc-macro2", diff --git a/samling/Cargo.toml b/samling/Cargo.toml index 7776978..97e0e30 100644 --- a/samling/Cargo.toml +++ b/samling/Cargo.toml @@ -15,7 +15,7 @@ axum = { version = "0.8.3", features = ["macros"] } axum-extra = { version = "0.10.1", features = ["typed-header"] } base64 = "0.22.1" bytes = { version = "1.10.1", features = ["serde"] } -clap = { version = "4.5.35", features = ["derive", "env"], optional = true } +clap = { version = "4.5.50", features = ["derive", "env"], optional = true } csv = "1.3.1" derive_more = { version = "2.0.1", features = ["full"] } dotenvy = "0.15.7"