From e6f592bb1b0b74b8bb81d392f4f2cd48c758ae19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 18:28:45 +0000 Subject: [PATCH] build(deps): bump clap from 4.5.35 to 4.5.49 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.35 to 4.5.49. - [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.49) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.49 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..dd4f487 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -474,9 +474,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.35" +version = "4.5.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8aa86934b44c19c50f87cc2790e19f54f7a67aedb64101c2e1a2e5ecfb73944" +checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f" dependencies = [ "clap_builder", "clap_derive", @@ -484,9 +484,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.35" +version = "4.5.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2414dbb2dd0695280da6ea9261e327479e9d37b0630f6b53ba2a11c60c679fd9" +checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730" 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..a698f57 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.49", features = ["derive", "env"], optional = true } csv = "1.3.1" derive_more = { version = "2.0.1", features = ["full"] } dotenvy = "0.15.7"