]> git.proxmox.com Git - proxmox-backup.git/blobdiff - src/tools/wrapped_reader_stream.rs
switch from failure to anyhow
[proxmox-backup.git] / src / tools / wrapped_reader_stream.rs
index 267a0badf9aae4db90cc9128d1a9a1ad3cae0b45..cb87e2b09d443a1fef9318a6d4ba07e0b99b0463 100644 (file)
@@ -61,7 +61,7 @@ impl<T> Stream for StdChannelStream<T> {
 mod test {
     use std::io;
 
-    use failure::Error;
+    use anyhow::Error;
     use futures::stream::TryStreamExt;
 
     #[test]