diff --git a/Cargo.toml b/Cargo.toml index e438e4b2f..6c91f6569 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -168,7 +168,7 @@ futures-channel = { version = "0.3", optional = true } [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] -env_logger = "0.10" +env_logger = "0.11" hyper = { version = "1.1.0", default-features = false, features = ["http1", "http2", "client", "server"] } hyper-util = { version = "0.1.3", features = ["http1", "http2", "client", "client-legacy", "server-auto", "tokio"] } serde = { version = "1.0", features = ["derive"] }