diff --git a/Cargo.lock b/Cargo.lock index f4980139a01..47be7bf1748 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -445,9 +445,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1402.0" +version = "0.1403.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c0e7300617f42771348d80ccb9ecc002c36881593291503f3477582670088af" +checksum = "e0066e69867a334af19459e9fec8369a1c1bc5bb066eec1ce79e4c4e51a474e1" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 5ba9c079f50..cc613449b6e 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.5", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1402.0" +aws-ip-ranges = "=0.1403.0" aws-sdk-cloudfront = "=1.92.0" aws-sdk-sqs = "=1.82.1" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }