diff --git a/Cargo.lock b/Cargo.lock index 5ec830c9493..b128c0cf639 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -248,9 +248,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.67.0" +version = "0.68.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e7110430616d264f1c3e0ad9b507d3a593ecc685a40a0ce5243fee4c6830579" +checksum = "af767a6e8fc3ace61ab662f6b6a4bb2dfcdc8dda332be538298811a03f737817" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 50bc06efe97..9fa7f7bb731 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.67.0" +aws-ip-ranges = "=0.68.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"] }