Skip to content

Commit

Permalink
disable-rustls-aws_lc_rs
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 c75de02 commit e73a3b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 96 deletions.
96 changes: 1 addition & 95 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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", features = ["ring"] }
rustls = { version = "0.23", default-features = false, features = ["ring", "logging", "std", "tls12"] }
webpki-roots = { version = "0.26" }
flex-error = { version = "0.4.4" }
pem = { version = "3", default-features = false }
Expand Down

0 comments on commit e73a3b7

Please sign in to comment.