diff --git a/Cargo.lock b/Cargo.lock index 5226a9222c1..632732d5c3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -279,9 +279,9 @@ dependencies = [ [[package]] name = "aws-sdk-cloudfront" -version = "0.39.0" +version = "0.39.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c7ecb7f100393d16d2b09726b05b4ac2d6a3a96653952b8f5309d0458458d3b" +checksum = "9e78d51555b3970a4d1f2d47d44e5ba68e05a314e8c1785653e612b72bde93a3" dependencies = [ "aws-credential-types", "aws-http", diff --git a/Cargo.toml b/Cargo.toml index b167161b011..20b53ea51df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ anyhow = "=1.0.75" async-trait = "=0.1.74" aws-credential-types = { version = "=1.0.0", features = ["hardcoded-credentials"] } aws-ip-ranges = "=0.10.0" -aws-sdk-cloudfront = "=0.39.0" +aws-sdk-cloudfront = "=0.39.1" axum = { version = "=0.6.20", features = ["headers", "macros", "matched-path"] } axum-extra = { version = "=0.8.0", features = ["cookie-signed"] } base64 = "=0.21.5"