Skip to content

Commit

Permalink
feat: remove tls
Browse files Browse the repository at this point in the history
  • Loading branch information
rise0chen committed Nov 24, 2023
1 parent 311c5c3 commit ba3c061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 85 deletions.
82 changes: 1 addition & 81 deletions Cargo.lock

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

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ once_cell = "1"
pin-project-lite = "0.2"
proto = {package = "lebai-proto", path = "proto", version = "3"}
pyo3 = {version = "0.20", features = ["abi3-py37"], optional = true}
rustls = {version = "=0.21.7", default-features = false}
rustls-webpki = {version = "=0.101.6", default-features = false}
sct = {version = "=0.7.0", default-features = false}
serde = {version = "1", features = ["derive"]}
serde_json = "1"
wasm-bindgen = {version = "0.2", optional = true}
Expand All @@ -47,7 +44,7 @@ wasm-bindgen-futures = {version = "0.4", optional = true}
[target.'cfg(target_family = "wasm")'.dependencies]
jsonrpsee-wasm-client = {version = "0.20"}
[target.'cfg(not(target_family = "wasm"))'.dependencies]
jsonrpsee-ws-client = {version = "0.20", default-features = false, features = ["webpki-tls"]}
jsonrpsee-ws-client = {version = "0.20", default-features = false}
tokio = {version = "1", features = ["full"]}

[patch.crates-io]
Expand Down

0 comments on commit ba3c061

Please sign in to comment.