Skip to content

Commit

Permalink
enable "ring" feature on rustls
Browse files Browse the repository at this point in the history
Signed-off-by: Jun Kimura <[email protected]>
  • Loading branch information
bluele committed Dec 16, 2024
1 parent d512c1b commit c75de02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/remote-attestation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rand = { version = "0.8" }
hex = { version = "0.4", default-features = false, features = ["alloc"] }
base64 = { version = "0.22.1", default-features = false, features = ["alloc"] }
httparse = { version = "1.3", default-features = false }
rustls = { version = "0.23" }
rustls = { version = "0.23", features = ["ring"] }
webpki-roots = { version = "0.26" }
flex-error = { version = "0.4.4" }
pem = { version = "3", default-features = false }
Expand Down

0 comments on commit c75de02

Please sign in to comment.