From 5dc99f9adb2f8ce671124a890d99247f78a01ce1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 22:51:40 +0000 Subject: [PATCH] Update aws-lc-sys requirement from 0.27.0 to 0.28.2 Updates the requirements on [aws-lc-sys](https://github.com/aws/aws-lc-rs) to permit the latest version. - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](https://github.com/aws/aws-lc-rs/compare/aws-lc-sys/v0.27.0...aws-lc-sys/v0.28.2) --- updated-dependencies: - dependency-name: aws-lc-sys dependency-version: 0.28.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- openssl-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index cc43daff..b3691634 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -21,7 +21,7 @@ bindgen = ["dep:bindgen", "aws-lc-sys?/bindgen"] [dependencies] libc = "0.2" bssl-sys = { package = "bssl-cmake-sys", version = "0.1.2407220", optional = true } -aws-lc-sys = { version = "0.27.0", optional = true, features = ["ssl"] } +aws-lc-sys = { version = "0.28.2", optional = true, features = ["ssl"] } [build-dependencies] bindgen = { version = "0.71.0", optional = true }