diff --git a/Cargo.lock b/Cargo.lock index 4e786092aa6..36436f14c67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -248,9 +248,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.62.0" +version = "0.64.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb6e905d0754b378be2d0ea1c31deb5708460881de47aee666427f2203133437" +checksum = "51bfd82b3044fcfed0edbee0c9ec8de8755717a74f057a2fc73fd3abd2c12564" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 89fcc22aefd..fee95bcc24e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ slow-tests = [] anyhow = "=1.0.79" async-trait = "=0.1.77" aws-credential-types = { version = "=1.1.2", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.62.0" +aws-ip-ranges = "=0.64.0" aws-sdk-cloudfront = "=1.10.0" axum = { version = "=0.7.4", features = ["macros", "matched-path"] } axum-extra = { version = "=0.9.2", features = ["cookie-signed", "typed-header"] }