From 53ce2ffb7347bf2e14f204b772d3c0ef14ce01f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 14:46:07 +0000 Subject: [PATCH] build(deps): bump clap from 4.5.36 to 4.5.37 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.36 to 4.5.37. - [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.36...clap_complete-v4.5.37) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.37 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 763327a..8f3babc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -388,9 +388,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.36" +version = "4.5.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2df961d8c8a0d08aa9945718ccf584145eee3f3aa06cddbeac12933781102e04" +checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071" dependencies = [ "clap_builder", "clap_derive", @@ -398,9 +398,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.36" +version = "4.5.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "132dbda40fb6753878316a489d5a1242a8ef2f0d9e47ba01c951ea8aa7d013a5" +checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 3da9bbc..3004b55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -136,7 +136,7 @@ ctrlc = "3.4.6" cfg-if = "1.0.0" # cli -clap = { version = "4.5.36", optional = true, features = ["derive"] } +clap = { version = "4.5.37", optional = true, features = ["derive"] } # http reqwest = { version = "0.12.15", default-features = false, features = ["default-tls", "http2"], optional = true } @@ -184,7 +184,7 @@ serde_json = { version = "1.0.140", optional = true } # ipc, niri schemars = { version = "0.8.22", optional = true } [build-dependencies] -clap = { version = "4.5.36", features = ["derive"] } +clap = { version = "4.5.37", features = ["derive"] } clap_complete = "4.5.47" serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140"