diff --git a/Cargo.lock b/Cargo.lock index 2301c486..8ad4850a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1371,9 +1371,9 @@ dependencies = [ [[package]] name = "ipnet" -version = "2.12.0" +version = "2.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" +checksum = "6a756c3fac73139e83f14c2d742155dd2b78d3ee56597b419a0579b7bdd6dd78" [[package]] name = "is_terminal_polyfill" diff --git a/Cargo.toml b/Cargo.toml index 125f4974..68a5c23a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ httpdate = "=1.0.3" hyper = { version = "=1.11.0", features = ["client", "http1", "http2"] } hyper-util = { version = "=0.1.20", features = ["client-legacy", "client-proxy", "client-proxy-system", "http1", "http2", "tokio"] } image = { version = "=0.25.10", default-features = false, features = ["jpeg", "png", "tiff", "webp"] } -ipnet = "=2.12.0" +ipnet = "=2.12.1" legible = "=0.4.3" md-5 = "=0.11.0" memchr = "=2.8.3"