Skip to content

Commit

Permalink
perf(https): replace aws-lc with ring
Browse files Browse the repository at this point in the history
  • Loading branch information
xz-dev committed Aug 2, 2024
1 parent a18b441 commit 87c6550
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 227 deletions.
225 changes: 1 addition & 224 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ regex = "1.10.4"
hyper-util = { version = "0.1.6", features = ["client", "tokio", "http1"] }
http-body-util = "0.1.1"
jsonrpsee = { version = "0.24.0", features = ["server", "client"] }
hyper-rustls = { version = "0.27.2", features = ["http2", "native-tokio"] }
rustls = "0.23.12"
hyper-rustls = { version = "0.27.2", features = ["http1", "http2", "native-tokio", "ring", "tls12"], default-features = false }
rustls-platform-verifier = { version = "0.3.2", optional = true }
rustls = { version = "0.23.12", default-features = false }

[dev-dependencies]
mockito = "1.4.0"
Expand Down
Loading

0 comments on commit 87c6550

Please sign in to comment.