mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(deps): get rid of unused deps (#339)
This commit is contained in:
committed by
Georgios Konstantopoulos
parent
5e37ef8226
commit
4643f840d7
@ -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"
|
||||
|
||||
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user