From b2aa4e08ea6422e5c37c60d6fb733e560f711d0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 12:06:42 +0000 Subject: [PATCH] deps: bump home in /backend in the cargo-patch group Bumps the cargo-patch group in /backend with 1 update: [home](https://github.com/rust-lang/cargo). Updates `home` from 0.5.9 to 0.5.12 - [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cargo/compare/home-0.5.9...home-0.5.12) --- updated-dependencies: - dependency-name: home dependency-version: 0.5.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-patch ... Signed-off-by: dependabot[bot] --- backend/Cargo.lock | 6 +++--- backend/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 6ec7a425..436c0050 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -730,11 +730,11 @@ dependencies = [ [[package]] name = "home" -version = "0.5.9" +version = "0.5.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" +checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 6fd0dfd8..6e58735d 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -38,7 +38,7 @@ hmac = "0.12" subtle = "2.5" [dependencies.home] -version = "=0.5.9" +version = "=0.5.12" [dependencies.base64ct] version = "=1.6.0"