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