diff --git a/Cargo.lock b/Cargo.lock index b3968ae4e6b..bc0fac09b6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,9 +286,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1147.0" +version = "0.1148.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f3b58af5b50a51514f42b921746635bc7c230040e992f9e2d6b9ce65e672c71" +checksum = "71ee169aa72fe57d53643dc3e1396943393e527d7e8fa1666bd3672032a34d46" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 93c91d53b71..563cd072edb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ astral-tokio-tar = "=0.5.2" async-compression = { version = "=0.4.23", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.88" aws-credential-types = { version = "=1.2.3", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1147.0" +aws-ip-ranges = "=0.1148.0" aws-sdk-cloudfront = "=1.72.0" aws-sdk-sqs = "=1.65.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }