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