diff --git a/Cargo.lock b/Cargo.lock index f1e6bd93c02..93dd1c67ca1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -258,9 +258,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.894.0" +version = "0.895.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eacd500a7f9833023f28eda16d7471ccd171b84fd2dc734850ce97ba8951f22" +checksum = "785e1a505b9d76932984e7e241af966b29fe334ab4a6038195dca4854d6074f9" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index e86769fbfca..3e0d35ef487 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ doctest = true anyhow = "=1.0.93" async-trait = "=0.1.83" aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.894.0" +aws-ip-ranges = "=0.895.0" aws-sdk-cloudfront = "=1.51.0" aws-sdk-sqs = "=1.49.0" axum = { version = "=0.7.7", features = ["macros", "matched-path"] }