From e6cced01c87202a60b8d57b11f9cdc502c359cb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 22:54:39 +0000 Subject: [PATCH] deps: update home requirement from =0.5.9 to =0.5.12 in /backend Updates the requirements on [home](https://github.com/rust-lang/cargo) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 715158c9..fb326dd2 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -39,7 +39,7 @@ subtle = "2.5" reqwest = { version = "0.11", features = ["json"] } [dependencies.home] -version = "=0.5.9" +version = "=0.5.12" [dependencies.base64ct] version = "=1.6.0"