diff --git a/Cargo.toml b/Cargo.toml index c6e105d224..70b9e583cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ libc = { version = "0.2", optional = true } futures-util = { version = "0.3", default-features = false, features = ["alloc"] } http-body-util = "=0.1.0-rc.3" matches = "0.1" -pretty_env_logger = "0.4" +pretty_env_logger = "0.5" spmc = "0.3" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"