diff --git a/Cargo.lock b/Cargo.lock index 9dc17cca74..56a9fe335a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1159,9 +1159,9 @@ dependencies = [ [[package]] name = "ipnetwork" -version = "0.17.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02c3eaab3ac0ede60ffa41add21970a7df7d91772c03383aac6c2c3d53cc716b" +checksum = "1f84f1612606f3753f205a4e9a2efd6fe5b4c573a6269b2cc6c3003d44a0d127" [[package]] name = "itertools" diff --git a/sqlx-core/Cargo.toml b/sqlx-core/Cargo.toml index c4d306550b..fd9951889d 100644 --- a/sqlx-core/Cargo.toml +++ b/sqlx-core/Cargo.toml @@ -129,7 +129,7 @@ generic-array = { version = "0.14.4", default-features = false, optional = true hex = "0.4.3" hmac = { version = "0.12.0", default-features = false, optional = true } itoa = "1.0.1" -ipnetwork = { version = "0.17.0", default-features = false, optional = true } +ipnetwork = { version = "0.19.0", default-features = false, optional = true } mac_address = { version = "1.1.2", default-features = false, optional = true } libc = "0.2.112" libsqlite3-sys = { version = "0.24.1", optional = true, default-features = false, features = [