mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
Remove native-tls dependency from cln-rpc
This commit is contained in:
parent
bb53a17855
commit
acc78397eb
@ -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…
Reference in New Issue
Block a user