From 08d55e773a16b8cf7a85ad3dd5e231adfb847c11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 01:26:04 +0000 Subject: [PATCH] Bump secrecy from 0.10.2 to 0.10.3 Bumps [secrecy](https://github.com/iqlusioninc/crates) from 0.10.2 to 0.10.3. - [Commits](https://github.com/iqlusioninc/crates/commits) --- updated-dependencies: - dependency-name: secrecy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b47ba8..a533fa6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2123,9 +2123,9 @@ dependencies = [ [[package]] name = "secrecy" -version = "0.10.2" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba079fa568d52545cd70b334b2ce6f88f62b8fc2bda9290f48a0578388a49331" +checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a" dependencies = [ "zeroize", ]