diff --git a/Cargo.lock b/Cargo.lock index e5ce66d411c..5e11dd5825b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -450,9 +450,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1385.0" +version = "0.1386.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f51783f8bacf4cd6171df6fc2f596dc98380821517c605adffe03379f34bb3d" +checksum = "5e23eb245ae2adb35844cc2d78c407e1dda85d2a5860b279e52577ef6ff8c331" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 2a5c5301915..3c4f356c973 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ astral-tokio-tar = "=0.5.3" async-compression = { version = "=0.4.28", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.89" aws-credential-types = { version = "=1.2.5", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1385.0" +aws-ip-ranges = "=0.1386.0" aws-sdk-cloudfront = "=1.92.0" aws-sdk-sqs = "=1.82.1" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }