Skip to content

Commit c31719a

Browse files
chore(deps): bump ipnet from 2.9.0 to 2.10.0 (#1646)
1 parent 7c92aec commit c31719a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ rand = "0.8"
240240
futures = "0.3"
241241
tokio = { version = "1", features = ["rt", "signal"] }
242242

243-
ipnet = { version = "2.9", optional = true }
243+
ipnet = { version = "2.10", optional = true }
244244

245245
mimalloc = { version = "0.1", default-features = false, optional = true }
246246
tcmalloc = { version = "0.3", optional = true }

crates/shadowsocks-service/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ hickory-resolver = { version = "0.24", optional = true, features = [
177177
] }
178178

179179
idna = "1.0"
180-
ipnet = "2.9"
180+
ipnet = "2.10"
181181
iprange = "0.6"
182182
regex = "1.4"
183183

0 commit comments

Comments
 (0)