mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 05:47:58 +00:00
Update grafana-data-source to tokio 0.2 (#4441)
This commit is contained in:
@@ -33,7 +33,7 @@ impl hyper::server::accept::Accept for Incoming<'_> {
|
||||
|
||||
pub struct TcpStream(pub async_std::net::TcpStream);
|
||||
|
||||
impl tokio_io::AsyncRead for TcpStream {
|
||||
impl tokio::io::AsyncRead for TcpStream {
|
||||
fn poll_read(
|
||||
self: Pin<&mut Self>,
|
||||
cx: &mut Context,
|
||||
@@ -44,7 +44,7 @@ impl tokio_io::AsyncRead for TcpStream {
|
||||
}
|
||||
}
|
||||
|
||||
impl tokio_io::AsyncWrite for TcpStream {
|
||||
impl tokio::io::AsyncWrite for TcpStream {
|
||||
fn poll_write(
|
||||
self: Pin<&mut Self>,
|
||||
cx: &mut Context,
|
||||
|
||||
Reference in New Issue
Block a user