rs: Remove unused dependency from cln-plugin -> cln-rpc

We will likely re-add that dependency later as a feature (to
automatically provide an RPC instance if compiled with that feature)
but for now that dependency is unused.

Changelog-None Not user visible
This commit is contained in:
Christian Decker 2022-12-13 16:03:10 +01:00
parent 8e75232205
commit c5608897ad

1
Cargo.lock generated
View file

@ -222,7 +222,6 @@ dependencies = [
"anyhow",
"bytes",
"cln-grpc",
"cln-rpc",
"env_logger 0.9.3",
"futures",
"log",