diff --git a/Cargo.lock b/Cargo.lock index 8548e31b46..1fd8a89537 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -445,9 +445,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1403.0" +version = "0.1405.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0066e69867a334af19459e9fec8369a1c1bc5bb066eec1ce79e4c4e51a474e1" +checksum = "d0bc2721d3abb93338dbeacb6d8812bcf736a384461b0fb6ec236b6b6cf00eb6" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 59f83c9e0a..831bf0554a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ astral-tokio-tar = "=0.5.3" async-compression = { version = "=0.4.30", 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.1403.0" +aws-ip-ranges = "=0.1405.0" aws-sdk-cloudfront = "=1.94.0" aws-sdk-sqs = "=1.83.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }