diff --git a/Cargo.lock b/Cargo.lock index f84ca2c518..ec18c42686 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -230,9 +230,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.295.0" +version = "0.298.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1fc09e11769a5a1203bf3d6e35d996ea5ba48c88eda50c30d6eb3f5d7ff5b12" +checksum = "f2c7912df2f46fe38898fa701dd1f291e3f8dd388bf9b2f0482663cdd4b5a0b7" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 0a7bdf1f44..112575e93a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ slow-tests = [] anyhow = "=1.0.86" async-trait = "=0.1.80" aws-credential-types = { version = "=1.2.0", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.295.0" +aws-ip-ranges = "=0.298.0" aws-sdk-cloudfront = "=1.23.0" aws-sdk-sqs = "=1.22.0" axum = { version = "=0.7.5", features = ["macros", "matched-path"] }