From 08daf11c7e8d858c770d07a57862eaca686f1c8d Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Mon, 12 Aug 2024 23:16:57 -0400 Subject: [PATCH] chore: bump env_logger Not certain what causes CI failure, so doing one dependency update per PR --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7adeb5bf4..24d50458d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ http3 = ["rustls-tls-manual-roots", "dep:h3", "dep:h3-quinn", "dep:quinn", "dep: # Internal (PRIVATE!) features used to aid testing. -# Don't rely on these whatsoever. They may disappear at anytime. +# Don't rely on these whatsoever. They may disappear at any time. # Enables common types used for TLS. Useless on its own. __tls = ["dep:rustls-pemfile", "tokio/io-util"] @@ -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"] }