From fbae3acd501f5037e2904c85f712352cad635087 Mon Sep 17 00:00:00 2001 From: Jose Corella Date: Thu, 2 Apr 2026 13:44:12 -0700 Subject: [PATCH] chore(rust): update aws-lc-sys dep in test vectors --- TestVectors/runtimes/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestVectors/runtimes/rust/Cargo.toml b/TestVectors/runtimes/rust/Cargo.toml index 79184759a..a3a46abee 100644 --- a/TestVectors/runtimes/rust/Cargo.toml +++ b/TestVectors/runtimes/rust/Cargo.toml @@ -12,7 +12,7 @@ readme = "README.md" [dependencies] aws-config = "1.8.12" aws-lc-rs = {version = "1.15.4"} -aws-lc-sys = { version = "0.37", optional = true } +aws-lc-sys = { version = "0.39", optional = true } aws-lc-fips-sys = { version = "0.13", optional = true } aws-sdk-dynamodb = "1.103.0" aws-sdk-kms = "1.98.0"