diff --git a/gateway/Cargo.lock b/gateway/Cargo.lock index 2b968a534df..216f5292f51 100644 --- a/gateway/Cargo.lock +++ b/gateway/Cargo.lock @@ -1807,9 +1807,9 @@ dependencies = [ [[package]] name = "ipnet" -version = "2.10.1" +version = "2.11.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" +checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" [[package]] name = "is_terminal_polyfill" diff --git a/gateway/Cargo.toml b/gateway/Cargo.toml index f93b4279c37..42d587c3a82 100644 --- a/gateway/Cargo.toml +++ b/gateway/Cargo.toml @@ -45,7 +45,7 @@ actix = "0.13" actix-web-actors = "4.3" awc = { version = "3", features = ["rustls"] } # the http / ws client bytestring = "1" -ipnet = "2.10" +ipnet = "2.11" percent-encoding = "2.3" phf = "0.11"