From 8f8e7f9baa060f99d54ba85c1682eb0ecd5ba17e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 00:51:57 +0000 Subject: [PATCH] fix(deps): update rust crate log to 0.4.19 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d005125..efd7965 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ include = [ base64 = "0.21.0" bytes = { version = "1.3.0", features = ["serde"] } chrono = "0.4.23" -log = "0.4.17" +log = "0.4.19" rmp-serde = "1.1.1" serde = { version = "1.0.171", features = ["derive"] } tokio = { version = "1.29.1", features = ["net", "time", "io-util", "rt", "sync"] }