diff --git a/Cargo.lock b/Cargo.lock index bba137265f..9537f43c4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,9 +286,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1164.0" +version = "0.1165.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a3ceba2310d7ea0b50b72508f3687c2e5ecc43f3d966bfc90744352124a45ab" +checksum = "e856f93e89e14a984b3a4f7e5f87cbb00eb1f29d05bd72bf4b6b88cb14bff6cb" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 429d2be138..acb360f5e6 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.1164.0" +aws-ip-ranges = "=0.1165.0" aws-sdk-cloudfront = "=1.73.0" aws-sdk-sqs = "=1.66.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }