diff --git a/Cargo.lock b/Cargo.lock index dc662e8b6c8..c8a56c92aa3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -258,9 +258,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.943.0" +version = "0.946.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b0c4f4abeb13e15c346d8337511f1db1cfae2fb123b126df110f30630eaf529" +checksum = "fecd8c40f8bcc89bf929fd83641bfe228e0176c1eadc93f7a7f055901d5a7856" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 4876790583b..e7b1d74007b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ anyhow = "=1.0.94" async-compression = { version = "=0.4.18", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.83" aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.943.0" +aws-ip-ranges = "=0.946.0" aws-sdk-cloudfront = "=1.55.0" aws-sdk-sqs = "=1.50.0" axum = { version = "=0.7.9", features = ["macros", "matched-path"] }