diff --git a/Cargo.lock b/Cargo.lock index ad3938e18e7..35152b2e36a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -448,9 +448,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1296.0" +version = "0.1297.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b8f2bc45632e5a3c2ccbb4b3b210b604af04dc3daaf2f8bd43bd682a716fb2d" +checksum = "6f41de1a1c0473f0514f5420c43fb71ffdfec411b285fda64cad1f399b4edc04" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index d4873557ab6..a1e45aa7fd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ astral-tokio-tar = "=0.5.2" async-compression = { version = "=0.4.27", 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.1296.0" +aws-ip-ranges = "=0.1297.0" aws-sdk-cloudfront = "=1.81.0" aws-sdk-sqs = "=1.74.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }