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]