From eb8699c54fb8c7545ff9d26e9c71dcde57dd3e78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 11:35:49 +0000 Subject: [PATCH 1/2] chore(deps): update rust crate clap to 4.6.1 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6c4c39b7..7c1e5074 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -279,9 +279,9 @@ checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" [[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", @@ -301,9 +301,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 a3352104..88a67f30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ glib = "0.22.5" dirs = "6.0.0" fs2 = "0.4.3" anyhow = "1.0.102" -clap = { version = "4.6.0", features = ["derive"] } +clap = { version = "4.6.1", features = ["derive"] } async-trait = "0.1.89" tokio = { version = "1.52.0", features = ["rt-multi-thread", "macros", "sync", "time"] } tokio-util = { version = "0.7.18" } From 3fc32d7b29dd38b65e83d196e733024407574620 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 11:36:56 +0000 Subject: [PATCH 2/2] fix(nix): update cargoHash --- package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.nix b/package.nix index 85b18f50..87294c8a 100644 --- a/package.nix +++ b/package.nix @@ -19,7 +19,7 @@ rustPlatform.buildRustPackage { src = ./.; - cargoHash = "sha256-8X7VPthmFceMtLZ8fJCV+IxvSUkrVgJkJZFnMJ9BqXw="; + cargoHash = "sha256-Hqs0Iex1T3q9DpvVf85NH/I2vFRqB5zFAiU1FT5Zwn8="; nativeBuildInputs = [ pkg-config