From 5830ec82104444100b59518546353546608cba07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:35:32 +0000 Subject: [PATCH] chore(deps)(deps): bump secrecy from 0.8.0 to 0.10.3 Bumps [secrecy](https://github.com/iqlusioninc/crates) from 0.8.0 to 0.10.3. - [Commits](https://github.com/iqlusioninc/crates/commits) --- updated-dependencies: - dependency-name: secrecy dependency-version: 0.10.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/crypto/Cargo.toml | 2 +- crates/wallet/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a70480f4..267e98f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3765,9 +3765,9 @@ dependencies = [ [[package]] name = "secrecy" -version = "0.8.0" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e" +checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a" dependencies = [ "zeroize", ] diff --git a/Cargo.toml b/Cargo.toml index 751c2417..cf040c24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ http = "0.2" rand = "0.8" rand_chacha = "0.3" criterion = "0.5" -secrecy = "0.8" +secrecy = "0.10" tokio = { version = "1", features = ["full"] } prometheus = "0.13" async-trait = "0.1" diff --git a/crates/crypto/Cargo.toml b/crates/crypto/Cargo.toml index 4b16aaad..d94ad178 100644 --- a/crates/crypto/Cargo.toml +++ b/crates/crypto/Cargo.toml @@ -22,7 +22,7 @@ getrandom = "0.2" hkdf = "0.12" sha2 = "0.10" zeroize = { version = "1.8", features = ["derive"] } -secrecy = "0.8" +secrecy = "0.10" libc = { version = "0.2", optional = true } thiserror = "1" hex = "0.4" diff --git a/crates/wallet/Cargo.toml b/crates/wallet/Cargo.toml index 40bb1827..13f1f505 100644 --- a/crates/wallet/Cargo.toml +++ b/crates/wallet/Cargo.toml @@ -15,7 +15,7 @@ base64 = "0.22" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" zeroize = "1.8" -secrecy = "0.8" +secrecy = "0.10" rpassword = { version = "7.3", optional = true } sha2.workspace = true subtle.workspace = true