diff --git a/profiling/Cargo.toml b/profiling/Cargo.toml index f26d7acdb2..8ea17f30a9 100644 --- a/profiling/Cargo.toml +++ b/profiling/Cargo.toml @@ -16,7 +16,7 @@ cfg-if = { version = "1.0" } crossbeam-channel = { version = "0.5", default-features = false, features = ["std"] } cpu-time = { version = "1.0" } datadog-profiling = { git = "https://github.com/DataDog/libdatadog", tag = "v0.9.0" } -env_logger = { version = "0.9" } +env_logger = { version = "0.9.3" } indexmap = { version = "1.8" } lazy_static = { version = "1.4" } libc = "0.2"