diff --git a/Cargo.lock b/Cargo.lock index 65e888a3147..7f5a8ae9430 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -448,9 +448,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1319.0" +version = "0.1320.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "557251972192645620ef73a840584cf82d06d0c3df01a123316b0e882546f97b" +checksum = "a805c893f8458403a63fcefe19ca439c62b7740adbc96497273501799df9831f" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index e3a4de87164..85ad2cf8796 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ astral-tokio-tar = "=0.5.2" async-compression = { version = "=0.4.27", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.88" aws-credential-types = { version = "=1.2.4", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1319.0" +aws-ip-ranges = "=0.1320.0" aws-sdk-cloudfront = "=1.84.0" aws-sdk-sqs = "=1.76.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }