diff --git a/Cargo.lock b/Cargo.lock index 637d97ebdb..a07fe49517 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -503,9 +503,9 @@ dependencies = [ [[package]] name = "aws-sdk-cloudfront" -version = "1.98.0" +version = "1.99.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db4456b427ef09fee8f98c4af2ff0003d229c44a46712b5603cca281a80df0ef" +checksum = "29abbad65f74fb000008b9e525339d149f3bcf1cc5f78d449109bc0466ec7e94" dependencies = [ "aws-credential-types", "aws-runtime", diff --git a/Cargo.toml b/Cargo.toml index b86025c60c..441cd8fa87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ async-compression = { version = "=0.4.32", default-features = false, features = async-trait = "=0.1.89" aws-credential-types = { version = "=1.2.8", features = ["hardcoded-credentials"] } aws-ip-ranges = "=0.1486.0" -aws-sdk-cloudfront = "=1.98.0" +aws-sdk-cloudfront = "=1.99.0" aws-sdk-sqs = "=1.86.0" axum = { version = "=0.8.6", features = ["macros", "matched-path"] } axum-extra = { version = "=0.10.3", features = ["erased-json", "query", "typed-header"] }