mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-20 13:54:36 +01:00
Remove native-tls dependency from cln-rpc
This commit is contained in:
parent
bb53a17855
commit
acc78397eb
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ serde = { version = "1.0.131", features = ["derive"] }
|
|||
serde_json = "1.0.72"
|
||||
tokio-util = { version = "0.6.9", features = ["codec"] }
|
||||
tokio = { version = "1", features = ["net"]}
|
||||
native-tls = { version = "*", features = ["vendored"] }
|
||||
futures-util = { version = "*", features = [ "sink" ] }
|
||||
hex = "0.4.3"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue