summaryrefslogtreecommitdiffstats
path: root/ipfs-api/src/header.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ipfs-api/src/header.rs')
-rw-r--r--ipfs-api/src/header.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipfs-api/src/header.rs b/ipfs-api/src/header.rs
index 9943bdb..009d178 100644
--- a/ipfs-api/src/header.rs
+++ b/ipfs-api/src/header.rs
@@ -6,6 +6,6 @@
// copied, modified, or distributed except according to those terms.
//
-pub use hyper::header::TRAILER;
+pub use http::header::TRAILER;
pub const X_STREAM_ERROR: &str = "x-stream-error";