diff --git a/Cargo.lock b/Cargo.lock index 6a72b0bf16..22e95c8dc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -445,9 +445,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1452.0" +version = "0.1453.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cb541be77969f4387cdd8132cb55d09f771a9a9bc721e8be50493b9aac1c127" +checksum = "84586105c53a70fd4828930dd1b3644d1e818a3f59fc9a65296e563c75fa093e" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index fafdd2660f..e1af4289f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ astral-tokio-tar = "=0.5.5" async-compression = { version = "=0.4.32", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.89" aws-credential-types = { version = "=1.2.8", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1452.0" +aws-ip-ranges = "=0.1453.0" aws-sdk-cloudfront = "=1.97.0" aws-sdk-sqs = "=1.86.0" axum = { version = "=0.8.6", features = ["macros", "matched-path"] }