diff --git a/Cargo.lock b/Cargo.lock index 4a9d217b660..efb48947a4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -448,9 +448,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1317.0" +version = "0.1318.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f20e0be456bc88e3f3ca2d48fb15873851b85d5c03cdc2311cbf819975aba64a" +checksum = "bb6520426b9157f62b408a166226e083da1ed29847eb1437bf6893be37aa3294" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index a892243a6e2..0c6f6164801 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.4", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1317.0" +aws-ip-ranges = "=0.1318.0" aws-sdk-cloudfront = "=1.84.0" aws-sdk-sqs = "=1.76.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }