diff --git a/Cargo.lock b/Cargo.lock index eb0d011061..0f59fad953 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -448,9 +448,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1344.0" +version = "0.1352.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5918248ef627ff4b12d2c6f3491cc375c20e5719250b8f18928e45df8d854865" +checksum = "10a03132f50db5732442a24b500730ff477cdf8f3e813f02c63d81636f6ec5df" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 3cac0f3fb5..6e32f12354 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ astral-tokio-tar = "=0.5.2" async-compression = { version = "=0.4.27", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.88" aws-credential-types = { version = "=1.2.5", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1344.0" +aws-ip-ranges = "=0.1352.0" aws-sdk-cloudfront = "=1.89.0" aws-sdk-sqs = "=1.79.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }