diff --git a/Cargo.lock b/Cargo.lock index 36436f14c67..ebc87425c2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -248,9 +248,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.64.0" +version = "0.66.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51bfd82b3044fcfed0edbee0c9ec8de8755717a74f057a2fc73fd3abd2c12564" +checksum = "74a16fe3330af76a2821ad17a0a456d2042fe5e7783a3bfe3f1113365e13b51d" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index fee95bcc24e..f6dd7f8da67 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.64.0" +aws-ip-ranges = "=0.66.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"] }