From 81de0646f9ca2864099de638d2f519e1e9cf9e25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 03:17:06 +0000 Subject: [PATCH] chore(deps): bump clap from 4.4.10 to 4.4.11 Bumps [clap](https://github.com/clap-rs/clap) from 4.4.10 to 4.4.11. - [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/v4.4.10...v4.4.11) --- updated-dependencies: - dependency-name: clap 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 89fbffc..c8a7c18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -160,9 +160,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.10" +version = "4.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41fffed7514f420abec6d183b1d3acfd9099c79c3a10a06ade4f8203f1411272" +checksum = "bfaff671f6b22ca62406885ece523383b9b64022e341e53e009a62ebc47a45f2" dependencies = [ "clap_builder", "clap_derive", @@ -170,9 +170,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.9" +version = "4.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63361bae7eef3771745f02d8d892bec2fee5f6e34af316ba556e7f97a7069ff1" +checksum = "a216b506622bb1d316cd51328dce24e07bdff4a6128a47c7e7fad11878d5adbb" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 36bf1a6..c53fb23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ write = ["ropey"] [dependencies] anyhow = { version = "1.0.75", optional = true } -clap = { version = "4.4.10", optional = true, features = ["derive"] } +clap = { version = "4.4.11", optional = true, features = ["derive"] } diffy = { version = "0.3.0", optional = true} # nix-uri = { version = "0.1.4", git = "https://github.com/a-kenji/nix-uri" } # nix-uri = "0.1.4" @@ -59,7 +59,7 @@ tracing-subscriber = { version = "0.3.18", features = [ [build-dependencies] -clap = { version = "4.4.10", features = ["derive"], optional = true } +clap = { version = "4.4.11", features = ["derive"], optional = true } clap_complete = { version = "4.4.4", features = [], optional = true } clap_mangen = { version = "0.2.15", features = [], optional = true }