Update Rust crate ipnetwork to 0.21.0
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Pierre HUBERT 2025-01-09 00:24:34 +00:00
parent dd49c692b1
commit 7b546eb468
2 changed files with 5 additions and 8 deletions

View File

@ -1863,12 +1863,9 @@ checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
[[package]]
name = "ipnetwork"
version = "0.20.0"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf466541e9d546596ee94f9f69590f89473455f88372423e0008fc1a7daf100e"
dependencies = [
"serde",
]
checksum = "cf370abdafd54d13e54a620e8c3e1145f28e46cc9d704bc6d94414559df41763"
[[package]]
name = "is_terminal_polyfill"
@ -3242,7 +3239,7 @@ dependencies = [
"fastrand",
"once_cell",
"rustix",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@ -3811,7 +3808,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]

View File

@ -39,7 +39,7 @@ rand = "0.8.5"
bytes = "1.8.0"
tokio = "1.41.1"
futures = "0.3.31"
ipnetwork = "0.20.0"
ipnetwork = "0.21.0"
num = "0.4.2"
rust-embed = { version = "8.5.0" }
mime_guess = "2.0.4"