chore(deps): get rid of unused deps (#339)

This commit is contained in:
Matthias Seitz
2022-12-06 00:49:04 +01:00
committed by Georgios Konstantopoulos
parent 5e37ef8226
commit 4643f840d7
5 changed files with 6 additions and 84 deletions

View File

@ -18,7 +18,6 @@ tokio-util = { version = "0.7.4", features = ["codec"] }
pin-project = "1.0"
educe = "0.4.19"
hex = "0.4.3"
tracing = "0.1.37"
# HeaderBytes
@ -41,4 +40,3 @@ cipher = { version = "0.4.3", features = ["block-padding"] }
[dev-dependencies]
hex-literal = "0.3.4"
proptest = "1.0.0"

View File

@ -1,4 +1,4 @@
#![warn(missing_docs, unreachable_pub)]
#![warn(missing_docs, unreachable_pub, unused_crate_dependencies)]
#![deny(unused_must_use, rust_2018_idioms)]
#![doc(test(
no_crate_inject,