Update Rust crate ipnetwork to 0.21.0 #266

Open
pierre wants to merge 1 commits from renovate/ipnetwork-0.x into master
2 changed files with 5 additions and 8 deletions

View File

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

View File

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