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"