Skip to content

Commit 81e24eb

Browse files
Remove unused "logging" feature from dependencies in Cargo.toml
1 parent 78f7521 commit 81e24eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

validation/quic-test/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ rustls-rustcrypto = { path = "../..", default-features = false, features = [
1717
"sign-ecdsa-p256",
1818
"std",
1919
"verify-ecdsa-p256-sha256",
20-
"quic", "logging"
20+
"hash-sha384",
21+
"quic"
2122
] }
2223
rustls = { version = "0.23.31", default-features = false, features = [
23-
"std", "logging"
24+
"std"
2425
] }
2526
anyhow = { version = "1.0", default-features = false }
2627
log = "0.4"

0 commit comments

Comments
 (0)