diff --git a/Cargo.lock b/Cargo.lock index 6edf7bc1c05..e518cdab5a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -445,9 +445,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1436.0" +version = "0.1449.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43444705b121e1eb3a73487ed86b2279c9e6b7cb79a197dc49b0314738fc7272" +checksum = "e6af8a419dfedbc094829f08a8e2d14221f202e37570ef695cc35feb189e5998" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 23cc52f96d0..8594116ff1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ astral-tokio-tar = "=0.5.5" async-compression = { version = "=0.4.32", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.89" aws-credential-types = { version = "=1.2.6", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1436.0" +aws-ip-ranges = "=0.1449.0" aws-sdk-cloudfront = "=1.95.0" aws-sdk-sqs = "=1.84.1" axum = { version = "=0.8.6", features = ["macros", "matched-path"] }