]> git.proxmox.com Git - proxmox-backup.git/blobdiff - src/client/backup_reader.rs
switch from failure to anyhow
[proxmox-backup.git] / src / client / backup_reader.rs
index 2a8b01944996eb77c1d82f3541f06925e7c1b233..f7310134505fc980af0556032d35c70c64a37237 100644 (file)
@@ -1,4 +1,4 @@
-use failure::*;
+use anyhow::{format_err, Error};
 use std::io::{Read, Write, Seek, SeekFrom};
 use std::fs::File;
 use std::sync::Arc;