From 8afa6072f69203c01c5a338f8296b9283939d42a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 1 Feb 2021 09:54:19 +0000 Subject: [PATCH] Update Rust crate log to 0.4.14 --- radius/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radius/Cargo.toml b/radius/Cargo.toml index 5ee896a..cb30745 100644 --- a/radius/Cargo.toml +++ b/radius/Cargo.toml @@ -18,6 +18,6 @@ chrono = "0.4" rand = "0.8.2" num_enum = "0.5.1" thiserror = "1.0" -log = "0.4.13" +log = "0.4.14" tokio = { version = "1.0.1", features = ["full"] } async-trait = "0.1.42"