diff --git a/Cargo.lock b/Cargo.lock index a32b3ba183..bb3cbf3cf2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -445,9 +445,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1494.0" +version = "0.1495.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a3bbb3c01dc879084d2aa1bf041706cd3fb48573052416405f9ae67b7920627" +checksum = "4956d4ef774b11f3329583969484cdf7b9c87361db7e056cc39bd46383ac3842" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 2648df7b7d..86bfd59989 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ astral-tokio-tar = "=0.5.6" async-compression = { version = "=0.4.32", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.89" aws-credential-types = { version = "=1.2.8", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1494.0" +aws-ip-ranges = "=0.1495.0" aws-sdk-cloudfront = "=1.99.0" aws-sdk-sqs = "=1.86.0" axum = { version = "=0.8.6", features = ["macros", "matched-path"] }