diff --git a/Cargo.lock b/Cargo.lock index 5218513501..5abf6b7ac8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -448,9 +448,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1278.0" +version = "0.1279.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5139e38385a87764ad5c88fa9f5894d2b8da891f1b27d9381aa1d0b011b986e" +checksum = "dd1c8c92f3d4a2818d55e7159b23bbc42b43b8fd7ac327b61e3dcc2bd4557c31" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 333e4253c2..2ef95a322f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ astral-tokio-tar = "=0.5.2" async-compression = { version = "=0.4.25", 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.1278.0" +aws-ip-ranges = "=0.1279.0" aws-sdk-cloudfront = "=1.81.0" aws-sdk-sqs = "=1.74.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }