From d258ceaa97edb82c7737b5d70bfda8f3d1da10fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 17:27:20 +0000 Subject: [PATCH] chore(deps): bump clap from 4.4.11 to 4.4.14 Bumps [clap](https://github.com/clap-rs/clap) from 4.4.11 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.11...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 ++++---- crates/diri/Cargo.toml | 2 +- crates/solis/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 731d7af6f..f1d9d5477 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1744,9 +1744,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.11" +version = "4.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfaff671f6b22ca62406885ece523383b9b64022e341e53e009a62ebc47a45f2" +checksum = "33e92c5c1a78c62968ec57dbc2440366a2d6e5a23faf829970ff1585dc6b18e2" dependencies = [ "clap_builder", "clap_derive", @@ -1764,9 +1764,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.11" +version = "4.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a216b506622bb1d316cd51328dce24e07bdff4a6128a47c7e7fad11878d5adbb" +checksum = "f4323769dc8a61e2c39ad7dc26f6f2800524691a44d74fe3d1071a5c24db6370" dependencies = [ "anstream", "anstyle", diff --git a/crates/diri/Cargo.toml b/crates/diri/Cargo.toml index 2e8a7c497..c78ca8bf3 100644 --- a/crates/diri/Cargo.toml +++ b/crates/diri/Cargo.toml @@ -15,7 +15,7 @@ serde_json = "1.0" # TODO: add more stuff to the workspace after merge. url = "2.3.1" -clap = { version = "4.3.19", features = ["derive", "env", "string"] } +clap = { version = "4.4.14", features = ["derive", "env", "string"] } regex = "1.9.1" env_logger = "0.10.0" log = "0.4.17" diff --git a/crates/solis/Cargo.toml b/crates/solis/Cargo.toml index b2e99ce5d..cf8dd5f00 100644 --- a/crates/solis/Cargo.toml +++ b/crates/solis/Cargo.toml @@ -38,7 +38,7 @@ cairo-lang-utils = "2.4.0" cairo-vm = "0.8.2" camino = { version = "1.1.2", features = ["serde1"] } chrono = { version = "0.4.24", features = ["serde"] } -clap = { version = "4.2", features = ["derive"] } +clap = { version = "4.4", features = ["derive"] } clap_complete = "4.3" colored = "2" console = "0.15.7"