diff --git a/Cargo.lock b/Cargo.lock index 54fa888b0ca..ec904a546c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -448,9 +448,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1250.0" +version = "0.1251.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16da0ff41d69e2703aac82867a262a324538df1bab421222fc5b478ef663bf15" +checksum = "9797d1639f743dc6cb82880dbdc27d77567d4681bf8a4b25ea3c6c3481f5f229" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 8df6b110ec8..65592288679 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ astral-tokio-tar = "=0.5.2" async-compression = { version = "=0.4.25", 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.1250.0" +aws-ip-ranges = "=0.1251.0" aws-sdk-cloudfront = "=1.80.0" aws-sdk-sqs = "=1.73.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }