chore(deps): bump ipnet from 2.9.0 to 2.10.0 (#1646)

This commit is contained in:
dependabot[bot]
2024-09-09 14:24:32 +00:00
committed by GitHub
parent 7c92aec1ee
commit c31719a539
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -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"

View File

@@ -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 }

View File

@@ -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"