diff --git a/Cargo.lock b/Cargo.lock index 129c250e64a..3fcf6c05b63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -445,9 +445,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1433.0" +version = "0.1434.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88a3e792812908a7e7c7c4b12b33b217dd5410739217da19060b141378e43bf5" +checksum = "1668dd984f23e91fedbddb0c652b86e8f80b3767433c386bbb45cc1c94f9196e" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 54f6ac7bb61..2026a076091 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.1433.0" +aws-ip-ranges = "=0.1434.0" aws-sdk-cloudfront = "=1.95.0" aws-sdk-sqs = "=1.84.1" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }