diff --git a/Cargo.lock b/Cargo.lock index 6e3bef0fdb..eb0d011061 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -505,9 +505,9 @@ dependencies = [ [[package]] name = "aws-sdk-cloudfront" -version = "1.88.0" +version = "1.89.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "febbb2d3cc4ad0b92c1080858af32ee1594fe667033296a119bbc3337d406421" +checksum = "83a596f389867672e108f49eb0ccad67bf390aa2e59d7bc9fcbd885dd73678d5" dependencies = [ "aws-credential-types", "aws-runtime", diff --git a/Cargo.toml b/Cargo.toml index 3341d4a91f..3cac0f3fb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ async-compression = { version = "=0.4.27", default-features = false, features = async-trait = "=0.1.88" aws-credential-types = { version = "=1.2.5", features = ["hardcoded-credentials"] } aws-ip-ranges = "=0.1344.0" -aws-sdk-cloudfront = "=1.88.0" +aws-sdk-cloudfront = "=1.89.0" aws-sdk-sqs = "=1.79.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] } axum-extra = { version = "=0.11.0", features = ["erased-json", "query", "typed-header"] }