diff --git a/Cargo.lock b/Cargo.lock index 0a0ce98d7b..9514c9a9b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -445,9 +445,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1432.0" +version = "0.1433.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7960d749f71403219b40e47b5ea3fa68efcb110c6cc8bc2ddce1681dcddf104" +checksum = "88a3e792812908a7e7c7c4b12b33b217dd5410739217da19060b141378e43bf5" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 31e8f63200..54f6ac7bb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ astral-tokio-tar = "=0.5.5" 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.1432.0" +aws-ip-ranges = "=0.1433.0" aws-sdk-cloudfront = "=1.95.0" aws-sdk-sqs = "=1.84.1" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }