From ea0e89f30ce07952e287730750e0dff67ce9ea1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 20:42:55 +0000 Subject: [PATCH] Update Rust crate ipnetwork to v0.21.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2088db67608..91d9e1312fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2781,9 +2781,9 @@ checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" [[package]] name = "ipnetwork" -version = "0.21.0" +version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f7d1e51dceb94e362a3bd4849c5b8b44989faf8b66998fc0a44ff11923393c9" +checksum = "cf370abdafd54d13e54a620e8c3e1145f28e46cc9d704bc6d94414559df41763" [[package]] name = "is-terminal" diff --git a/Cargo.toml b/Cargo.toml index c9a1ca95b3b..8d5dbf5cb18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ http-body-util = "=0.1.2" hyper = { version = "=1.5.2", features = ["client", "http1"] } indexmap = { version = "=2.7.0", features = ["serde"] } indicatif = "=0.17.9" -ipnetwork = "=0.21.0" +ipnetwork = "=0.21.1" json-subscriber = "=0.2.4" krata-tokio-tar = "=0.4.2" lettre = { version = "=0.11.11", default-features = false, features = ["file-transport", "smtp-transport", "hostname", "builder", "tokio1", "tokio1-native-tls"] }