diff --git a/Cargo.lock b/Cargo.lock index 4b524e8f0b7..acd30f8ef79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -245,9 +245,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.342.0" +version = "0.344.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46821c592de5f76526c93f2ed00150f3d738be7844d7adcaf732f04be8e4a56c" +checksum = "3db21c9ea27c498eb454939cacf8860e01ab750644d0a070f4d31794ec2613f5" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 8d4cd8aae0a..5d284ddc4ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ slow-tests = [] anyhow = "=1.0.86" async-trait = "=0.1.80" aws-credential-types = { version = "=1.2.0", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.342.0" +aws-ip-ranges = "=0.344.0" aws-sdk-cloudfront = "=1.31.0" aws-sdk-sqs = "=1.29.1" axum = { version = "=0.7.5", features = ["macros", "matched-path"] }