From 3d8502b7dac1ed9ae3b0b237af52122de0813e8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:35:14 +0000 Subject: [PATCH 1/3] chore(deps): Bump clap_complete from 4.6.1 to 4.6.2 Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.6.1 to 4.6.2. - [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.6.1...clap_complete-v4.6.2) --- updated-dependencies: - dependency-name: clap_complete dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d0d2a75..bc2f235 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -258,9 +258,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.6.1" +version = "4.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "406e68b4de5c59cfb8f750a7cbd4d31ae153788b8352167c1e5f4fc26e8c91e9" +checksum = "3ff7a1dccbdd8b078c2bdebff47e404615151534d5043da397ec50286816f9cb" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index 918e9be..d78a547 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -151,7 +151,7 @@ cfg-if = "1.0.4" chrono = { version = "0.4.41", default-features = false, features = ["std", "clock"] } clap = { version = "4.6.0", features = ["derive"] } clap-stdin = "0.8.1" -clap_complete = "4.6.1" +clap_complete = "4.6.2" ctrlc = { version = "3.5.2", features = ["termination"] } env_logger = "0.11" log = "0.4" From d113e6a8070f7d5a550150417e8c61b1595c2c3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:35:22 +0000 Subject: [PATCH 2/3] chore(deps): Bump clap from 4.6.0 to 4.6.1 Bumps [clap](https://github.com/clap-rs/clap) from 4.6.0 to 4.6.1. - [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.6.0...clap_complete-v4.6.1) --- updated-dependencies: - dependency-name: clap dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d0d2a75..0af2e88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -227,9 +227,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.6.0" +version = "4.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351" +checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51" dependencies = [ "clap_builder", "clap_derive", @@ -267,9 +267,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.6.0" +version = "4.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a" +checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9" dependencies = [ "heck", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 918e9be..c06b99b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -149,7 +149,7 @@ path = "src/main.rs" [dependencies] cfg-if = "1.0.4" chrono = { version = "0.4.41", default-features = false, features = ["std", "clock"] } -clap = { version = "4.6.0", features = ["derive"] } +clap = { version = "4.6.1", features = ["derive"] } clap-stdin = "0.8.1" clap_complete = "4.6.1" ctrlc = { version = "3.5.2", features = ["termination"] } From b8b2be079ac87ae34e342ff524e2e4a460c2de5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:35:29 +0000 Subject: [PATCH 3/3] chore(deps): Bump assert_cmd from 2.2.0 to 2.2.1 Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.2.0 to 2.2.1. - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: assert_cmd dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d0d2a75..1be48dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -93,9 +93,9 @@ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" [[package]] name = "assert_cmd" -version = "2.2.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a686bbee5efb88a82df0621b236e74d925f470e5445d3220a5648b892ec99c9" +checksum = "39bae1d3fa576f7c6519514180a72559268dd7d1fe104070956cb687bc6673bd" dependencies = [ "anstyle", "bstr", diff --git a/Cargo.toml b/Cargo.toml index 918e9be..2f59063 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -170,7 +170,7 @@ serde = { version = "1.0.228", features = ["derive"] } thiserror = "2.0.18" [dev-dependencies] -assert_cmd = "2.2.0" +assert_cmd = "2.2.1" criterion = "0.8.2" insta = { version = "1.47.2", features = ["json"] } nix = { version = "0.31.2", features = ["fs"] }