From b269c14f62d8d7ae61bc37ddedb1e93f36bd2507 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 22:18:59 +0000 Subject: [PATCH] chore(dependencies): Bump clap from 4.5.50 to 4.5.52 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.50 to 4.5.52. - [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.50...clap_complete-v4.5.52) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.52 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- rawbit/Cargo.toml | 2 +- xtask/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e7f1e2..eab9116 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -311,9 +311,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.50" +version = "4.5.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c2cfd7bf8a6017ddaa4e32ffe7403d547790db06bd171c1c53926faab501623" +checksum = "aa8120877db0e5c011242f96806ce3c94e0737ab8108532a76a3300a01db2ab8" dependencies = [ "clap_builder", "clap_derive", @@ -321,9 +321,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.50" +version = "4.5.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a4c05b9e80c5ccd3a7ef080ad7b6ba7d6fc00a985b8b157197075677c82c7a0" +checksum = "02576b399397b659c26064fbc92a75fede9d18ffd5f80ca1cd74ddab167016e1" dependencies = [ "anstream", "anstyle", @@ -1672,7 +1672,7 @@ dependencies = [ "getrandom 0.3.3", "once_cell", "rustix", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] diff --git a/rawbit/Cargo.toml b/rawbit/Cargo.toml index 81b78da..3f32b5e 100644 --- a/rawbit/Cargo.toml +++ b/rawbit/Cargo.toml @@ -13,7 +13,7 @@ readme = "../README.md" [dependencies] async-trait = "0.1.88" chrono = { version = "0.4.40", default-features = false, features = ["std", "winapi"] } -clap = { version = "4.5.50", features = ["derive", "env", "string", "unicode"] } +clap = { version = "4.5.52", features = ["derive", "env", "string", "unicode"] } futures = "0.3.31" phf = { version = "0.13.1", features = ["macros"] } rawler = "0.7.0" diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 99caf7f..1587042 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -5,5 +5,5 @@ edition = "2021" publish = false [dependencies] -clap = "4.5.50" +clap = "4.5.52" rawbit = { version = "0.1.15", path = "../rawbit" }