From 4eacd01fa69c5ad635669f716ec06e3dfd974284 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 08:35:04 +0000 Subject: [PATCH] build(deps): update secret-service requirement from 2.0.1 to 5.1.0 Updates the requirements on [secret-service](https://github.com/hwchen/secret-service-rs) to permit the latest version. - [Release notes](https://github.com/hwchen/secret-service-rs/releases) - [Changelog](https://github.com/open-source-cooperative/secret-service-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/hwchen/secret-service-rs/compare/v2.0.1...v5.1.0) --- updated-dependencies: - dependency-name: secret-service dependency-version: 5.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- oscrc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oscrc/Cargo.toml b/oscrc/Cargo.toml index 4ac90b4..466c462 100644 --- a/oscrc/Cargo.toml +++ b/oscrc/Cargo.toml @@ -9,6 +9,6 @@ edition = "2024" [dependencies] serde = { version = "1.0.217",features = [ "derive" ] } serde_ini = "0.2.0" -secret-service = "2.0.1" +secret-service = "5.1.0" url = { version = "2.5.4", features = [ "serde" ] } thiserror = "2.0.12"