]> git.proxmox.com Git - proxmox-backup.git/blobdiff - src/bin/test_chunk_size.rs
switch from failure to anyhow
[proxmox-backup.git] / src / bin / test_chunk_size.rs
index dcd6b424193cf5e70b57594fcbd883288cac8653..4062d2359364f2b7f9f5acae892c4be24c7b01b8 100644 (file)
@@ -2,7 +2,7 @@ extern crate proxmox_backup;
 
 // also see https://www.johndcook.com/blog/standard_deviation/
 
-use failure::*;
+use anyhow::{Error};
 use std::io::{Read, Write};
 
 use proxmox_backup::backup::*;