diff --git a/Cargo.lock b/Cargo.lock index 9c751682e63..7fd4875365f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -248,9 +248,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.73.0" +version = "0.79.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c901b86544c36411aa816f87c6a6005c0ab0d7f7fdfb10eab99956675b9a58c" +checksum = "ac1540c89980fb78aa3e51f38ea2d489a7076fe2ec9956c8c5d37aa59fde109a" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index d7fda0a22a3..7100f2c5e9d 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.3", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.73.0" +aws-ip-ranges = "=0.79.0" aws-sdk-cloudfront = "=1.11.0" axum = { version = "=0.7.4", features = ["macros", "matched-path"] } axum-extra = { version = "=0.9.2", features = ["cookie-signed", "typed-header"] }