diff --git a/Cargo.lock b/Cargo.lock index 3b9cebcb46c..e47657c37c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -439,9 +439,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1407.0" +version = "0.1408.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8204d168131ca5e09bb779647c2eb0e3aadc5bb7506187168edf5f3af55f6cf7" +checksum = "5d361d6f4e99d829d40dcc5b2400fe1183782ff6bf97d0c05bd3aebb8055f243" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 456219b1692..c8fe9925739 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.1407.0" +aws-ip-ranges = "=0.1408.0" aws-sdk-cloudfront = "=1.94.0" aws-sdk-sqs = "=1.83.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }