diff --git a/Cargo.lock b/Cargo.lock index c2d9508b257..63cdbfb3e72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -230,9 +230,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.270.0" +version = "0.271.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fff8eae85bbc5802b5660b04fb00bf8c591d4ff783470fff747ea00a81ed66d" +checksum = "3b122fd93e953e37a96735b542af025173a7f255a2ccec560d264543ef5ecd53" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 75a35f73952..9bb342b2dab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ slow-tests = [] anyhow = "=1.0.83" async-trait = "=0.1.80" aws-credential-types = { version = "=1.2.0", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.270.0" +aws-ip-ranges = "=0.271.0" aws-sdk-cloudfront = "=1.23.0" aws-sdk-sqs = "=1.22.0" axum = { version = "=0.7.5", features = ["macros", "matched-path"] }