mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-05 23:24:21 +01:00
Remove native-tls dependency from cln-rpc
This commit is contained in:
committed by
Christian Decker
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user