chore(deps): bump ipnet from 2.8.0 to 2.9.0 (#1333)

This commit is contained in:
dependabot[bot]
2023-10-23 15:20:05 +00:00
committed by GitHub
parent 926a539366
commit 60334f641b
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -1306,9 +1306,9 @@ dependencies = [
[[package]]
name = "ipnet"
version = "2.8.0"
version = "2.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
[[package]]
name = "iprange"

View File

@@ -184,7 +184,7 @@ futures = "0.3"
tokio = { version = "1", features = ["rt", "signal"] }
num_cpus = "1.15"
ipnet = { version = "2.7", optional = true }
ipnet = { version = "2.9", optional = true }
mimalloc = { version = "0.1", default-features = false, optional = true }
tcmalloc = { version = "0.3", optional = true }

View File

@@ -152,7 +152,7 @@ hickory-resolver = { version = "0.24", optional = true, features = [
] }
idna = "0.4"
ipnet = "2.7"
ipnet = "2.9"
iprange = "0.6"
regex = "1.4"