From da2a62fa6dfe6a9d9ed22192b28c990f547c10a5 Mon Sep 17 00:00:00 2001 From: Justin W Smith <103147162+justsmth@users.noreply.github.com> Date: Tue, 13 Feb 2024 17:19:56 -0500 Subject: [PATCH] Update aws-lc-rs to v1.6.2 (#341) --- aws-lc-rs/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aws-lc-rs/Cargo.toml b/aws-lc-rs/Cargo.toml index e03b5fee9f6..326131d5dea 100644 --- a/aws-lc-rs/Cargo.toml +++ b/aws-lc-rs/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "aws-lc-rs" authors = ["AWS-LibCrypto"] -version = "1.6.1" +version = "1.6.2" # this crate re-exports whatever sys crate that was selected -links = "aws_lc_rs_1_6_1_sys" +links = "aws_lc_rs_1_6_2_sys" edition = "2021" rust-version = "1.60" keywords = ["crypto", "cryptography", "security"]