]> git.proxmox.com Git - proxmox-backup.git/blobdiff - src/client/merge_known_chunks.rs
switch from failure to anyhow
[proxmox-backup.git] / src / client / merge_known_chunks.rs
index 9359bffc49434c2a7b8054bae58e68f934768d9e..1f278d32053ba55ac2d767283ac33142b3b36316 100644 (file)
@@ -1,7 +1,7 @@
 use std::pin::Pin;
 use std::task::{Context, Poll};
 
-use failure::*;
+use anyhow::{Error};
 use futures::*;
 
 use crate::backup::ChunkInfo;