From 6a987249a5d241fa1840339097150fde8db9b8ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 13:49:24 +0000 Subject: [PATCH 1/2] chore(deps): bump clap from 4.5.45 to 4.5.46 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.45 to 4.5.46. - [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.45...clap_complete-v4.5.46) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.46 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- crates/lictl/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 13df5f8..485ad59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -235,9 +235,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.5.45" +version = "4.5.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fc0e74a703892159f5ae7d3aac52c8e6c392f5ae5f359c70b5881d60aaac318" +checksum = "2c5e4fcf9c21d2e544ca1ee9d8552de13019a42aa7dbf32747fa7aaf1df76e57" dependencies = [ "clap_builder", "clap_derive", @@ -245,9 +245,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.44" +version = "4.5.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3e7f4214277f3c7aa526a59dd3fbe306a370daee1f8b7b8c987069cd8e888a8" +checksum = "fecb53a0e6fcfb055f686001bc2e2592fa527efaf38dbe81a6a9563562e57d41" dependencies = [ "anstream", "anstyle", diff --git a/crates/lictl/Cargo.toml b/crates/lictl/Cargo.toml index 39760e8..85d8988 100644 --- a/crates/lictl/Cargo.toml +++ b/crates/lictl/Cargo.toml @@ -15,7 +15,7 @@ readme = "../../README.md" anyhow = { workspace = true } axum = "0.8.4" base64 = "0.22.1" -clap = { version = "4.5.45", features = ["derive"] } +clap = { version = "4.5.46", features = ["derive"] } dialoguer = "0.12" keyring = { version = "3.6" } rand = "0.8.5" From 704195f5d16508d7fb453e466eed19779b6c9ffe Mon Sep 17 00:00:00 2001 From: Dawson Date: Sat, 6 Sep 2025 21:19:36 +0800 Subject: [PATCH 2/2] Update Cargo.toml --- crates/lictl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/lictl/Cargo.toml b/crates/lictl/Cargo.toml index 85d8988..dccf16f 100644 --- a/crates/lictl/Cargo.toml +++ b/crates/lictl/Cargo.toml @@ -15,7 +15,7 @@ readme = "../../README.md" anyhow = { workspace = true } axum = "0.8.4" base64 = "0.22.1" -clap = { version = "4.5.46", features = ["derive"] } +clap = { version = "4", features = ["derive"] } dialoguer = "0.12" keyring = { version = "3.6" } rand = "0.8.5"