diff --git a/Cargo.lock b/Cargo.lock index 2ae686dae09..a33f1307a09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,9 +286,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1142.0" +version = "0.1143.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce72d5a518ecb121ddf1f5b28864f0959a2cb0607dc44b25a01cb27691635d7e" +checksum = "87de50d7e05c30f8b848856c8f7e30c4a11d1308ba015e6e722e219dfbffd07c" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index f7cb9b4a55b..67be837d2d9 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.1142.0" +aws-ip-ranges = "=0.1143.0" aws-sdk-cloudfront = "=1.72.0" aws-sdk-sqs = "=1.65.0" axum = { version = "=0.8.3", features = ["macros", "matched-path"] }