diff --git a/Cargo.toml b/Cargo.toml index a9ea9ae..c51afff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ pem = { version = "3", optional = true } simple_asn1 = { version = "0.6", optional = true } # "aws_lc_rs" feature -aws-lc-rs = { version = "1.15.0", optional = true } +aws-lc-rs = { version = "1.16.1", optional = true } # "rust_crypto" feature ed25519-dalek = { version = "2.1.1", optional = true, features = ["pkcs8"] }