Skip to content

Commit edcc871

Browse files
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] <support@github.com>
1 parent 203a413 commit edcc871

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sare-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ pretty_env_logger = "0.5.0"
3434
read-stdin = "1.1.1"
3535
rpassword = "7.3.1"
3636
sare-lib = "0.1.1"
37-
secrecy = "0.8.0"
37+
secrecy = "0.10.3"
3838
serde = { version = "1.0.219", features = ["derive"] }
3939
serde_json = "1.0.143"

sare-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pem = "3.0.3"
2929
safe_pqc_kyber = { version = "0.6.3", features = ["std", "rand", "kyber768"] }
3030
rand = "0.8.5"
3131
scrypt = "0.11.0"
32-
secrecy = { version = "0.8.0" }
32+
secrecy = { version = "0.10.3" }
3333
serde = { version = "1.0.193", features = ["derive"] }
3434
serde_bytes = "0.11.17"
3535
sha2 = "0.10.8"

sare-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ categories = ["cryptography", "command-line-utilities", "development-tools"]
1717

1818
[dependencies]
1919
sare-core = "0.1.1"
20-
secrecy = "0.8.0"
20+
secrecy = "0.10.3"

0 commit comments

Comments
 (0)