diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index cc43daff..2b68ef6c 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.1", optional = true, features = ["ssl"] } [build-dependencies] bindgen = { version = "0.71.0", optional = true }