fix typo in Cargo.toml

This commit is contained in:
PoiScript 2020-03-20 10:51:47 +08:00
parent 7ab76ba84e
commit 3014ab4750
2 changed files with 1 additions and 4 deletions

3
Cargo.lock generated
View File

@ -834,9 +834,6 @@ name = "ipnetwork"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8eca9f51da27bc908ef3dd85c21e1bbba794edaf94d7841e37356275b82d31e"
dependencies = [
"serde",
]
[[package]]
name = "itoa"

View File

@ -43,7 +43,7 @@ futures-util = { version = "0.3.4", default-features = false }
generic-array = { version = "0.12.3", default-features = false, optional = true }
hex = "0.4.2"
hmac = { version = "0.7.1", default-features = false, optional = true }
ipnetwork = { version = "0.16.0", default-feature = false, optional = true }
ipnetwork = { version = "0.16.0", default-features = false, optional = true }
libc = "0.2.68"
log = { version = "0.4.8", default-features = false }
md-5 = { version = "0.8.0", default-features = false, optional = true }