From 70c6adc234e459cf5ce8aecc847365f3c4a3e5c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 11:13:47 +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] --- apps/Cargo.toml | 2 +- quiche/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/Cargo.toml b/apps/Cargo.toml index 3c9db1a9e..c53519b6a 100644 --- a/apps/Cargo.toml +++ b/apps/Cargo.toml @@ -22,7 +22,7 @@ default = [ "sfv"] [dependencies] docopt = "1" -env_logger = "0.6" +env_logger = "0.11" mio = { version = "0.8", features = ["net", "os-poll"] } url = "1" log = "0.4" diff --git a/quiche/Cargo.toml b/quiche/Cargo.toml index 0b0c0886a..18c21bfec 100644 --- a/quiche/Cargo.toml +++ b/quiche/Cargo.toml @@ -69,7 +69,7 @@ qlog = { version = "0.9", path = "../qlog", optional = true } sfv = { version = "0.9", optional = true } smallvec = { version = "1.10", features = ["serde", "union"] } networkcoding = { git = "https://sigcomm-ccr:1H6Wq3BENAHz2BpMw1YZ@forge.uclouvain.be/inl/multicast-quic/fec/networkcoding.git", branch = "missing-degrees" } -env_logger = "0.6" +env_logger = "0.11" [target."cfg(windows)".dependencies] winapi = { version = "0.3", features = ["wincrypt", "ws2def", "ws2ipdef", "ws2tcpip"] }