From cb10be241130fd7061014f4b0a92799a8a11ca53 Mon Sep 17 00:00:00 2001 From: tottoto Date: Sun, 17 Sep 2023 21:38:20 +0900 Subject: [PATCH] chore(dependencies): update to pretty_env_logger 0.5 (#3236) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 990471a15e..51cc11d013 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ libc = { version = "0.2", optional = true } [dev-dependencies] futures-util = { version = "0.3", default-features = false, features = ["alloc"] } http-body-util = "=0.1.0-rc.3" -pretty_env_logger = "0.4" +pretty_env_logger = "0.5" spmc = "0.3" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"