diff --git a/Cargo.lock b/Cargo.lock index 487f48354c..d66e56c183 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -505,9 +505,9 @@ dependencies = [ [[package]] name = "aws-sdk-cloudfront" -version = "1.86.0" +version = "1.87.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b55eb3bfa37f2391044855a741590ca06721247005847372fcb5b666450fb46c" +checksum = "a2116c9ef1d91827cc51e758c617ceb419c84e486cd3194d24517c0d19eb3d32" dependencies = [ "aws-credential-types", "aws-runtime", diff --git a/Cargo.toml b/Cargo.toml index 19be4bb999..2b56bc514d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ async-compression = { version = "=0.4.27", default-features = false, features = async-trait = "=0.1.88" aws-credential-types = { version = "=1.2.4", features = ["hardcoded-credentials"] } aws-ip-ranges = "=0.1330.0" -aws-sdk-cloudfront = "=1.86.0" +aws-sdk-cloudfront = "=1.87.0" aws-sdk-sqs = "=1.78.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] } axum-extra = { version = "=0.11.0", features = ["erased-json", "query", "typed-header"] }