From 8412d79de6a964fc1e05923258f0c5f232e00a2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 03:27:53 +0000 Subject: [PATCH] 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-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1a2cab0..b585528 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ sea-query = { version = "0.32.0-rc.1", features = [ "with-bigdecimal", "with-time", "with-chrono"] } -secrecy = "0.8.0" +secrecy = "0.10.3" serde = { version = "1.0.209", optional = true } serde_json = "1.0.124" snafu = "0.8.3" @@ -79,7 +79,7 @@ anyhow = "1.0.86" bollard = "0.17.1" rand = "0.8.5" reqwest = "0.12.5" -secrecy = "0.8.0" +secrecy = "0.10.3" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } test-log = { version = "0.2.16", features = ["trace"] } rstest = "0.22.0"