diff --git a/Cargo.lock b/Cargo.lock index d6e059bbc0f..7cd636b0a0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,9 +286,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1168.0" +version = "0.1169.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9a2618e554ba9f8a5763adf8c531528ce076c588f3dec6d75fc19e76b328a8c" +checksum = "ced4883a546dc209403227b759f07b09089117efa7363b25a67f00e5077c2a21" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 1d364dc71cf..4d90cfed92f 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.1168.0" +aws-ip-ranges = "=0.1169.0" aws-sdk-cloudfront = "=1.74.0" aws-sdk-sqs = "=1.67.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }