diff --git a/Cargo.lock b/Cargo.lock index 128742a8cd6..9dba8936c45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,9 +286,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1155.0" +version = "0.1156.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7f67dfbbb61d7aa9d519ff4cb3f0368ec4e30a976fe164c5ccd4f52eb748c21" +checksum = "5b06b588029f75d263d66e80b2e2ccc5d12e4993a5225f47b963ca78c65dcaf9" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index f92991385ee..353c52ec1f6 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.1155.0" +aws-ip-ranges = "=0.1156.0" aws-sdk-cloudfront = "=1.73.0" aws-sdk-sqs = "=1.66.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }