From 04375503a79cff6e4e21f0eb90209e857728ffe2 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 04:19:57 +0000 Subject: [PATCH] Update Rust crate secrecy to 0.10.3 --- Cargo.lock | 15 ++++++++++++--- Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a667cacef7..a3573ae7f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -887,7 +887,7 @@ dependencies = [ "pq-sys", "proptest", "rand", - "secrecy", + "secrecy 0.10.3", "serde", "serde_with", "sha3", @@ -4931,7 +4931,7 @@ dependencies = [ "hkdf", "omicron-common", "omicron-workspace-hack", - "secrecy", + "secrecy 0.10.3", "sha3", "slog", "thiserror", @@ -10270,6 +10270,15 @@ dependencies = [ "zeroize", ] +[[package]] +name = "secrecy" +version = "0.10.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a" +dependencies = [ + "zeroize", +] + [[package]] name = "security-framework" version = "2.11.1" @@ -11079,7 +11088,7 @@ dependencies = [ "libipcc", "pem-rfc7468", "rustls 0.23.14", - "secrecy", + "secrecy 0.8.0", "serde", "sha2", "sha3", diff --git a/Cargo.toml b/Cargo.toml index 8f4ba04ad1..5c6e04e896 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -570,7 +570,7 @@ rustls-pemfile = "2.2.0" rustyline = "14.0.0" samael = { version = "0.0.17", features = ["xmlsec"] } schemars = "0.8.21" -secrecy = "0.8.0" +secrecy = "0.10.3" semver = { version = "1.0.23", features = ["std", "serde"] } serde = { version = "1.0", default-features = false, features = [ "derive", "rc" ] } serde_human_bytes = { git = "https://github.com/oxidecomputer/serde_human_bytes", branch = "main" }