From 236cf029d340daa4f8737f8faee767f1fbdc3494 Mon Sep 17 00:00:00 2001 From: Esteban Borai Date: Wed, 27 Apr 2022 19:36:20 -0400 Subject: [PATCH] fix: update `log` to version `0.4.16` Updates `log` crate to version `0.4.16` to fix issue with `ValueBag` traits. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ace952fc..85e7f18c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ chrono = { version = "0.4.19", optional = true, default-features = false, featur 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 } +log = { version = "0.4.16", 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"] }