diff --git a/Cargo.lock b/Cargo.lock index 169166b4a94..0bdf367ab54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -270,9 +270,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1029.0" +version = "0.1030.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb973b94cb245293f6d78df129a2f3b152958cd4a08be8f9bd6a0f426cc9b9a3" +checksum = "ec9c96d89045a4e7f0b4d3fe593ff9dacf5b2abdac99b6fc6f6bc9427a15e829" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 355d6f8b5df..f21c0555c46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ anyhow = "=1.0.95" async-compression = { version = "=0.4.18", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.86" aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1029.0" +aws-ip-ranges = "=0.1030.0" aws-sdk-cloudfront = "=1.65.0" aws-sdk-sqs = "=1.59.0" axum = { version = "=0.8.2", features = ["macros", "matched-path"] }