diff --git a/Cargo.lock b/Cargo.lock index b6c8e8a4b64..dd224fe50ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -270,9 +270,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1030.0" +version = "0.1031.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec9c96d89045a4e7f0b4d3fe593ff9dacf5b2abdac99b6fc6f6bc9427a15e829" +checksum = "57a20ff8f2d9a6cb6952e8629bc4c92b675f40ec4d05ce1d4e60bb1711e27310" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index df68b3a3fbe..49e495881a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ anyhow = "=1.0.96" 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.1030.0" +aws-ip-ranges = "=0.1031.0" aws-sdk-cloudfront = "=1.65.0" aws-sdk-sqs = "=1.59.0" axum = { version = "=0.8.2", features = ["macros", "matched-path"] }