Skip to content

Commit d085274

Browse files
committed
Remove ring feature of tokio_rustls to be CryptoProvider agnostic
1 parent 87a0eb7 commit d085274

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ keywords = ["attested-TLS", "CVM", "TDX"]
1212

1313
[dependencies]
1414
tokio = { version = "1.48.0", features = ["full"] }
15-
tokio-rustls = { version = "0.26.4", default-features = false, features = [
16-
"ring",
17-
] }
15+
tokio-rustls = { version = "0.26.4", default-features = false }
1816
sha2 = "0.10.9"
1917
x509-parser = { version = "0.18.0", features = ["verify"] }
2018
thiserror = "2.0.17"

0 commit comments

Comments
 (0)