diff --git a/Cargo.lock b/Cargo.lock index 305c8bd06e..08c0bbb733 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,9 +286,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1137.0" +version = "0.1139.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4be8dfb4b07cb20587d5b0eefbdde65f29126cf34652dc28329a2011aa087fc" +checksum = "fdcab347431a789ceab1328651da68da40e7821a04b81fc57f5ec09fe4740dfb" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index a59676ea75..a6d91894aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ astral-tokio-tar = "=0.5.2" async-compression = { version = "=0.4.23", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.88" aws-credential-types = { version = "=1.2.3", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1137.0" +aws-ip-ranges = "=0.1139.0" aws-sdk-cloudfront = "=1.72.0" aws-sdk-sqs = "=1.65.0" axum = { version = "=0.8.3", features = ["macros", "matched-path"] }