mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Update client dependencies
This commit is contained in:
parent
0b33cb55b8
commit
3be1c24b1b
6 changed files with 340 additions and 342 deletions
|
@ -1,8 +1,8 @@
|
|||
use std::io::Error;
|
||||
use std::path::Path;
|
||||
|
||||
use futures_util::stream::StreamExt;
|
||||
use jsonrpsee::core::client::{TransportReceiverT, TransportSenderT};
|
||||
use jsonrpsee::core::Error;
|
||||
use tokio::net::UnixStream;
|
||||
use tokio_util::codec::Decoder;
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
use std::io::Error;
|
||||
|
||||
use futures_util::stream::StreamExt;
|
||||
use jsonrpsee::core::client::{TransportReceiverT, TransportSenderT};
|
||||
use jsonrpsee::core::Error;
|
||||
use tokio::net::{TcpStream, ToSocketAddrs};
|
||||
use tokio_util::codec::Decoder;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue