From edcc871ffa8d57bf3b735327f7b1a8729aac8b26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 12:24:12 +0000 Subject: [PATCH] deps: update secrecy requirement from 0.8.0 to 0.10.3 Updates the requirements on [secrecy](https://github.com/iqlusioninc/crates) to permit the latest version. - [Commits](https://github.com/iqlusioninc/crates/commits) --- updated-dependencies: - dependency-name: secrecy dependency-version: 0.10.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sare-cli/Cargo.toml | 2 +- sare-core/Cargo.toml | 2 +- sare-lib/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sare-cli/Cargo.toml b/sare-cli/Cargo.toml index b15e25d..f2233a2 100644 --- a/sare-cli/Cargo.toml +++ b/sare-cli/Cargo.toml @@ -34,6 +34,6 @@ pretty_env_logger = "0.5.0" read-stdin = "1.1.1" rpassword = "7.3.1" sare-lib = "0.1.1" -secrecy = "0.8.0" +secrecy = "0.10.3" serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.143" diff --git a/sare-core/Cargo.toml b/sare-core/Cargo.toml index 22d5818..21b7c88 100644 --- a/sare-core/Cargo.toml +++ b/sare-core/Cargo.toml @@ -29,7 +29,7 @@ pem = "3.0.3" safe_pqc_kyber = { version = "0.6.3", features = ["std", "rand", "kyber768"] } rand = "0.8.5" scrypt = "0.11.0" -secrecy = { version = "0.8.0" } +secrecy = { version = "0.10.3" } serde = { version = "1.0.193", features = ["derive"] } serde_bytes = "0.11.17" sha2 = "0.10.8" diff --git a/sare-lib/Cargo.toml b/sare-lib/Cargo.toml index 43f73b5..c050737 100644 --- a/sare-lib/Cargo.toml +++ b/sare-lib/Cargo.toml @@ -17,4 +17,4 @@ categories = ["cryptography", "command-line-utilities", "development-tools"] [dependencies] sare-core = "0.1.1" -secrecy = "0.8.0" +secrecy = "0.10.3"