diff --git a/Cargo.lock b/Cargo.lock index 1118500ad40..53bac37b8d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -448,9 +448,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1264.0" +version = "0.1265.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e907e50bc77dce9a4ac3d0f8de7d9bb59cff1dc32c89fb2f60229c4d62276130" +checksum = "e8b99a05a3453da0ae2891ff0a5a106d509d0b039399c1a62ed5e23c6f6b5f68" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 8e12f323ff0..ac6d11e71ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ astral-tokio-tar = "=0.5.2" async-compression = { version = "=0.4.25", 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.1264.0" +aws-ip-ranges = "=0.1265.0" aws-sdk-cloudfront = "=1.80.0" aws-sdk-sqs = "=1.73.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }