diff --git a/Cargo.lock b/Cargo.lock index 3a0afb6b19..2edc361943 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -438,9 +438,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1178.0" +version = "0.1179.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c07e8b66f73dbdb6c6ce400997fd38e930ed24569efb19d258b3d3b55d9c2c8b" +checksum = "fac58c03d57c12af6714139b819315efcc216c4124681c39bdf79e2f38089a89" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 11369ea9b0..85ec4501fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ astral-tokio-tar = "=0.5.2" async-compression = { version = "=0.4.23", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.88" aws-credential-types = { version = "=1.2.3", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1178.0" +aws-ip-ranges = "=0.1179.0" aws-sdk-cloudfront = "=1.75.0" aws-sdk-sqs = "=1.68.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }