diff --git a/Cargo.lock b/Cargo.lock index 5808b6d520f..ca3e5b74081 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -448,9 +448,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1195.0" +version = "0.1196.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52a64b353fa0def3f2b36bafb97f72326c3e1b73acc51a093252a39f5dc36c5d" +checksum = "c972b65992680b82db7b3cb0c0a9341186d76ae2cf175e9cfdfdaa1fa289da69" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 012d7d2fc6f..89e948a7830 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ astral-tokio-tar = "=0.5.2" async-compression = { version = "=0.4.23", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.88" aws-credential-types = { version = "=1.2.3", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1195.0" +aws-ip-ranges = "=0.1196.0" aws-sdk-cloudfront = "=1.77.0" aws-sdk-sqs = "=1.70.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }