diff --git a/Cargo.lock b/Cargo.lock index a51c135198c..02b163ae1ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -448,9 +448,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1262.0" +version = "0.1263.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de757efd59fe301486fbaa5e611d198b9e3df361fb0219a98b2020343b114032" +checksum = "b696f198895590b985872ff6eb809645de566ef581edc229760ce851d83fffc5" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 46c9b28ad12..4443b640488 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ astral-tokio-tar = "=0.5.2" async-compression = { version = "=0.4.25", 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.1262.0" +aws-ip-ranges = "=0.1263.0" aws-sdk-cloudfront = "=1.80.0" aws-sdk-sqs = "=1.73.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }