diff --git a/Cargo.lock b/Cargo.lock index ff2d9c50b88..bef35b04eea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -524,9 +524,9 @@ dependencies = [ [[package]] name = "aws-sdk-sqs" -version = "1.84.0" +version = "1.84.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f01e7a6c90c828fd7688109af1c38480c36109232f5ce106c8695f1f4a26fdba" +checksum = "0dacdd7e86b9240d5c363972739022c5f5995be0cc967b96b6fe4c269a3fc37e" dependencies = [ "aws-credential-types", "aws-runtime", diff --git a/Cargo.toml b/Cargo.toml index 77538f68ddd..886bae5a53b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ async-trait = "=0.1.89" aws-credential-types = { version = "=1.2.6", features = ["hardcoded-credentials"] } aws-ip-ranges = "=0.1429.0" aws-sdk-cloudfront = "=1.95.0" -aws-sdk-sqs = "=1.84.0" +aws-sdk-sqs = "=1.84.1" axum = { version = "=0.8.4", features = ["macros", "matched-path"] } axum-extra = { version = "=0.11.0", features = ["erased-json", "query", "typed-header"] } base64 = "=0.22.1"