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