diff --git a/Cargo.lock b/Cargo.lock index 5b5b175d523..36d9b9e4376 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -448,9 +448,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1218.0" +version = "0.1220.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c54d42406901c80bae51b880df25a74c01350cfae746081ac242770395acf55" +checksum = "0f877224eae752cd1d1d3f6bfeed824ce17428c465c38781d89a893436389e77" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 0b473f99598..ccf235d628d 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.1218.0" +aws-ip-ranges = "=0.1220.0" aws-sdk-cloudfront = "=1.78.0" aws-sdk-sqs = "=1.71.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }