diff --git a/Cargo.lock b/Cargo.lock index eb578b56bef..29e9872e459 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,9 +286,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1158.0" +version = "0.1159.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b06e84fadda92e3081c152d169d9d2870f06f92dd9c2ad5d86105875f4f637a" +checksum = "9c45d27b4dcc4bbd98fceb5019d2d60ab89ac51d2cf09f83698429177f5788fe" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 92be673c6ea..0ed11250299 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.1158.0" +aws-ip-ranges = "=0.1159.0" aws-sdk-cloudfront = "=1.73.0" aws-sdk-sqs = "=1.66.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }