diff --git a/Cargo.lock b/Cargo.lock index ab49e9fc92f..f4980139a01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -445,9 +445,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1397.0" +version = "0.1402.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3629d1a9f12633705b481b71e9af7d5fbc11a33d5737562754fc06541081339" +checksum = "8c0e7300617f42771348d80ccb9ecc002c36881593291503f3477582670088af" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 29b20783d82..5ba9c079f50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ astral-tokio-tar = "=0.5.3" async-compression = { version = "=0.4.30", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.89" aws-credential-types = { version = "=1.2.5", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1397.0" +aws-ip-ranges = "=0.1402.0" aws-sdk-cloudfront = "=1.92.0" aws-sdk-sqs = "=1.82.1" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }