diff --git a/Cargo.lock b/Cargo.lock index a3f6d645337..71ef5b198ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,9 +286,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1116.0" +version = "0.1117.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a063e87401dde0cedb660efe014fefc41aaee4153943574ac71491db3f15156" +checksum = "51f99a7c8f2f3282b946cf89f42d62a8054fd955fc32b47acb0019ffaaf36596" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index c8e2caa09ec..f94c60a65a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ astral-tokio-tar = "=0.5.2" async-compression = { version = "=0.4.22", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.88" aws-credential-types = { version = "=1.2.2", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1116.0" +aws-ip-ranges = "=0.1117.0" aws-sdk-cloudfront = "=1.70.0" aws-sdk-sqs = "=1.64.0" axum = { version = "=0.8.3", features = ["macros", "matched-path"] }