diff --git a/Cargo.lock b/Cargo.lock index 0228a83ce4e..9f79db4a027 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,9 +286,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1130.0" +version = "0.1131.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "153556182b92555aa63dd6c88ba42da9844fd488732f13107fb9f3435ae24207" +checksum = "8d9ccaeff527efe4a76daff1658c64de1397d17ee08fec58700fd14ce5f95a7b" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index f3fba8bcea0..dc1cc761594 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.2", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1130.0" +aws-ip-ranges = "=0.1131.0" aws-sdk-cloudfront = "=1.70.0" aws-sdk-sqs = "=1.64.0" axum = { version = "=0.8.3", features = ["macros", "matched-path"] }