We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a793d4a commit 5007101Copy full SHA for 5007101
neqo-common/Cargo.toml
@@ -18,7 +18,7 @@ workspace = true
18
[dependencies]
19
# Sync with https://searchfox.org/mozilla-central/source/Cargo.lock 2024-02-08
20
enum-map = { version = "2.7", default-features = false }
21
-env_logger = { version = "0.10", default-features = false }
+env_logger = { version = "0.11", default-features = false }
22
hex = { version = "0.4", default-features = false, features = ["alloc"], optional = true }
23
log = { workspace = true }
24
qlog = { workspace = true }
0 commit comments