From d5b076f8441879649615e7939a835cc532b8db10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 10:55:05 +0000 Subject: [PATCH 1/2] chore(deps): update rust crate uuid to 1.23.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9b54e1e2..6c4c39b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1496,9 +1496,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.23.0" +version = "1.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9" +checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76" dependencies = [ "getrandom 0.4.1", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index b776649b..a3352104 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ zvariant = "5.10.0" log = "0.4.29" serde = { version = "1.0.228", features = ["derive"] } thiserror = "2.0.18" -uuid = { version = "1.23.0", features = ["v4", "v5"] } +uuid = { version = "1.23.1", features = ["v4", "v5"] } futures = "0.3.32" futures-timer = "3.0.3" base64 = "0.22.1" From b1dda864b1545695ad1c5930ad2b81ab352dea3d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 10:56:05 +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 f1993d2e..85b18f50 100644 --- a/package.nix +++ b/package.nix @@ -19,7 +19,7 @@ rustPlatform.buildRustPackage { src = ./.; - cargoHash = "sha256-hzOSJT7pH0O+6Kv9zz7f7u4NYFR6VzovDNuqUJHunW8="; + cargoHash = "sha256-8X7VPthmFceMtLZ8fJCV+IxvSUkrVgJkJZFnMJ9BqXw="; nativeBuildInputs = [ pkg-config