From 7d7f1f785026e2952fb6f511c77991fe205f3a11 Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Fri, 18 Feb 2022 14:38:30 -0500 Subject: [PATCH] update secrecy dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 05c044f7..fa356329 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ chrono-tz = { version = "0.5.3", optional = true } hashbrown = { version = "0.12.0", optional = true } iso8601-duration = { version = "0.1.0", optional = true } log = { version = "0.4.14", optional = true } -secrecy = { version = "0.7.0", optional = true } +secrecy = { version = "0.8.0", optional = true } tracinglib = { version = "0.1.25", optional = true, package = "tracing" } tracing-futures = { version = "0.2.5", optional = true, features = ["std-future", "futures-03"] } opentelemetry = { version = "0.16.0", optional = true, default-features = false, features = ["trace"] }