mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
chore(deps): bump ipnet from 2.9.0 to 2.10.0 (#1646)
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1814,9 +1814,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ipnet"
|
||||
version = "2.9.0"
|
||||
version = "2.10.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
|
||||
checksum = "187674a687eed5fe42285b40c6291f9a01517d415fad1c3cbc6a9f778af7fcd4"
|
||||
|
||||
[[package]]
|
||||
name = "iprange"
|
||||
|
||||
@@ -240,7 +240,7 @@ rand = "0.8"
|
||||
futures = "0.3"
|
||||
tokio = { version = "1", features = ["rt", "signal"] }
|
||||
|
||||
ipnet = { version = "2.9", optional = true }
|
||||
ipnet = { version = "2.10", optional = true }
|
||||
|
||||
mimalloc = { version = "0.1", default-features = false, optional = true }
|
||||
tcmalloc = { version = "0.3", optional = true }
|
||||
|
||||
@@ -177,7 +177,7 @@ hickory-resolver = { version = "0.24", optional = true, features = [
|
||||
] }
|
||||
|
||||
idna = "1.0"
|
||||
ipnet = "2.9"
|
||||
ipnet = "2.10"
|
||||
iprange = "0.6"
|
||||
regex = "1.4"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user