From d90a1c42c84a927e2e90eed4f4be1f8d6ff2099a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 17 Sep 2024 23:16:55 +0000 Subject: [PATCH] fix(deps): update rust crate secrecy to 0.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 39d5067..2c80dae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ tracing = "0.1" async-trait = "0.1" http = "1.1" reqwest = "0.12" -secrecy = "0.8" +secrecy = "0.10" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde-xml-rs = "0.6"