]> git.proxmox.com Git - proxmox-backup.git/blobdiff - src/client/pxar_backup_stream.rs
switch from failure to anyhow
[proxmox-backup.git] / src / client / pxar_backup_stream.rs
index 80ba52f0d242d14b3da82d140f52d8d4d37c109d..0c7659bc77eba52d69090088b61ae31d9e5d1f9d 100644 (file)
@@ -7,7 +7,7 @@ use std::sync::{Arc, Mutex};
 use std::task::{Context, Poll};
 use std::thread;
 
-use failure::*;
+use anyhow::{format_err, Error};
 use futures::stream::Stream;
 
 use nix::fcntl::OFlag;