From a53e1aeddce9d83958d8dd86aef963a625d6ec54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 14:55:08 +0000 Subject: [PATCH] Update env_logger requirement from 0.6 to 0.11 Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version. - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-cli/env_logger/compare/v0.6.0...v0.11.7) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- quiche/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0e973465..4bd975bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ boring = { version = "4.3" } buffer-pool = { version = "0.1.0", path = "./buffer-pool" } crossbeam = { version = "0.8.1", default-features = false } datagram-socket = { version = "0.1.0", path = "./datagram-socket" } -env_logger = "0.10" +env_logger = "0.11" foundations = { version = "4", default-features = false } futures = { version = "0.3" } futures-util = { version = "0.3", default-features = false } diff --git a/quiche/Cargo.toml b/quiche/Cargo.toml index 548af26d..69def50a 100644 --- a/quiche/Cargo.toml +++ b/quiche/Cargo.toml @@ -78,7 +78,7 @@ sfv = { version = "0.9", optional = true } slab = "0.4" smallvec = { workspace = true, features = ["union"] } networkcoding = { git = "https://cloudlab:pSP8bRz2FPW9zsxst31P@forge.uclouvain.be/inl/multicast-quic/fec/networkcoding.git" } -env_logger = "0.6" +env_logger = "0.11" ring = { workspace = true } [target."cfg(windows)".dependencies]