diff --git a/Cargo.lock b/Cargo.lock index 21afd9f3462..ac10fe05ea1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -445,9 +445,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1449.0" +version = "0.1450.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6af8a419dfedbc094829f08a8e2d14221f202e37570ef695cc35feb189e5998" +checksum = "89285418318e2cd4fd655edcd6d61f3935cc517a2f97d535a1536b89f5179d18" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 16e6b16bb66..37ab41dbc95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ astral-tokio-tar = "=0.5.5" async-compression = { version = "=0.4.32", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.89" aws-credential-types = { version = "=1.2.8", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1449.0" +aws-ip-ranges = "=0.1450.0" aws-sdk-cloudfront = "=1.97.0" aws-sdk-sqs = "=1.86.0" axum = { version = "=0.8.6", features = ["macros", "matched-path"] }