From 9b7688348a36bd8e8e916b7624254d82b4dd63e0 Mon Sep 17 00:00:00 2001 From: Mic92's Renovate Bot <142113131+mic92-renovate[bot]@users.noreply.github.com> Date: Sat, 12 Aug 2023 20:47:31 +0000 Subject: [PATCH] chore(deps): update rust crate log to 0.4.20 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 58d83d8d..ca40cd66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT" [dependencies] cpuprofiler = { version = "0.0.4", optional = true } clap = { version = "4", default-features = false, features = ["std", "cargo", "derive", "help"] } -log = "0.4.19" +log = "0.4.20" libc = "0.2.147" parking_lot = "0.12.1" nix = "0.26.2"