diff --git a/Cargo.lock b/Cargo.lock index 2749d6a539c..176db6fd776 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -439,9 +439,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1412.0" +version = "0.1414.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2de914bf5c502d2d163319e483961cb94d602305fc1c78bdb18c6630b21994c" +checksum = "63dfdc1dfb061526b63379745bb5efb92c283fa2136cc267361d331ffaeec7b1" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index c46e5906dab..42e40de4c09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ astral-tokio-tar = "=0.5.3" async-compression = { version = "=0.4.30", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.89" aws-credential-types = { version = "=1.2.6", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1412.0" +aws-ip-ranges = "=0.1414.0" aws-sdk-cloudfront = "=1.94.0" aws-sdk-sqs = "=1.83.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }