diff --git a/Cargo.lock b/Cargo.lock index 0ecdbcf613c..d99222b5112 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -439,9 +439,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1410.0" +version = "0.1412.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1b3e54eaa6e3dcbd5b27b97cb5d6fd794147e4a7e0f14f28418fce8819b2b0a" +checksum = "b2de914bf5c502d2d163319e483961cb94d602305fc1c78bdb18c6630b21994c" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index eb023b3a7d1..850c40e2f63 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.1410.0" +aws-ip-ranges = "=0.1412.0" aws-sdk-cloudfront = "=1.94.0" aws-sdk-sqs = "=1.83.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }