Upgrade to bytes 0.6 (#497)
* Upgrade to bytes 0.6 * Update Cargo.toml Co-authored-by: Eliza Weisman <eliza@buoyant.io> * Update tests/h2-support/Cargo.toml Co-authored-by: Eliza Weisman <eliza@buoyant.io> Co-authored-by: Eliza Weisman <eliza@buoyant.io>
This commit is contained in:
@@ -42,10 +42,7 @@ pub use super::client_ext::SendRequestExt;
|
||||
// Re-export HTTP types
|
||||
pub use http::{uri, HeaderMap, Method, Request, Response, StatusCode, Version};
|
||||
|
||||
pub use bytes::{
|
||||
buf::{BufExt, BufMutExt},
|
||||
Buf, BufMut, Bytes, BytesMut,
|
||||
};
|
||||
pub use bytes::{Buf, BufMut, Bytes, BytesMut};
|
||||
|
||||
pub use tokio::io::{AsyncRead, AsyncWrite};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user