refactor: drop unused hex dependency
This commit is contained in:
parent
ad69ef6d6f
commit
b6e21ab17a
7
Cargo.lock
generated
7
Cargo.lock
generated
@ -1039,12 +1039,6 @@ dependencies = [
|
||||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "hex"
|
||||
version = "0.4.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
|
||||
|
||||
[[package]]
|
||||
name = "hex-literal"
|
||||
version = "0.3.1"
|
||||
@ -1204,7 +1198,6 @@ dependencies = [
|
||||
"bytes",
|
||||
"cid",
|
||||
"futures",
|
||||
"hex",
|
||||
"hex-literal",
|
||||
"humantime",
|
||||
"hyper",
|
||||
|
@ -39,6 +39,5 @@ url = { default-features = false, version = "2.1" }
|
||||
warp = { default-features = false, version = "0.2" }
|
||||
|
||||
[dev-dependencies]
|
||||
hex = { default-features = false, version = "0.4" }
|
||||
hex-literal = { default-features = false, version = "0.3" }
|
||||
tempfile = { default-features = false, version = "3.1" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user