summaryrefslogtreecommitdiffstats
path: root/tokio-util/src/codec/framed_read.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-util/src/codec/framed_read.rs')
-rw-r--r--tokio-util/src/codec/framed_read.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-util/src/codec/framed_read.rs b/tokio-util/src/codec/framed_read.rs
index 71f22150..6f79cb9a 100644
--- a/tokio-util/src/codec/framed_read.rs
+++ b/tokio-util/src/codec/framed_read.rs
@@ -1,7 +1,7 @@
use crate::codec::framed::Fuse;
use crate::codec::Decoder;
-use tokio_io::AsyncRead;
+use tokio::io::AsyncRead;
use bytes::BytesMut;
use futures_core::Stream;