]> git.proxmox.com Git - proxmox-backup.git/blobdiff - src/backup/chunk_stream.rs
switch from failure to anyhow
[proxmox-backup.git] / src / backup / chunk_stream.rs
index 2d2a95c735872efda23c9dee6601e0517915566e..5bb061583df2439ede2d661836d71f447fadc7fc 100644 (file)
@@ -2,7 +2,7 @@ use std::pin::Pin;
 use std::task::{Context, Poll};
 
 use bytes::BytesMut;
-use failure::*;
+use anyhow::{Error};
 use futures::ready;
 use futures::stream::{Stream, TryStream};