From e78c7c1990a5bc5fa22f071ef5bdb6082047d389 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 05:59:24 +0000 Subject: [PATCH] deps: Bump clap from 4.4.13 to 4.4.14 Bumps [clap](https://github.com/clap-rs/clap) from 4.4.13 to 4.4.14. - [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.13...v4.4.14) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- cli/Cargo.toml | 2 +- daemon/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 601331c5..0044c995 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -564,9 +564,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.13" +version = "4.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52bdc885e4cacc7f7c9eedc1ef6da641603180c783c41a15c264944deeaab642" +checksum = "33e92c5c1a78c62968ec57dbc2440366a2d6e5a23faf829970ff1585dc6b18e2" dependencies = [ "clap_builder", "clap_derive", @@ -574,9 +574,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.12" +version = "4.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb7fb5e4e979aec3be7791562fcba452f94ad85e954da024396433e0e25a79e9" +checksum = "f4323769dc8a61e2c39ad7dc26f6f2800524691a44d74fe3d1071a5c24db6370" dependencies = [ "anstream", "anstyle", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 6627ac30..95a33faa 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -15,7 +15,7 @@ path = "main.rs" doc = false [dependencies] -clap = { version = "4.4.13", features = ["derive"] } +clap = { version = "4.4.14", features = ["derive"] } env_logger.workspace = true log.workspace = true tokio = { workspace = true } diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index d5ced61f..12ad1b9b 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -15,7 +15,7 @@ doc = false [dependencies] atomicwrites = "0.4.3" -clap = { version = "4.4.13", features = ["derive", "env"] } +clap = { version = "4.4.14", features = ["derive", "env"] } env_logger.workspace = true log.workspace = true serde.workspace = true