]> git.proxmox.com Git - proxmox-backup.git/blobdiff - src/server/state.rs
switch from failure to anyhow
[proxmox-backup.git] / src / server / state.rs
index 251931e32bd369637d321f8faba1010d6c6f63da..41e910ddcc96dd704982dd093371a6303d69f6d3 100644 (file)
@@ -1,4 +1,4 @@
-use failure::*;
+use anyhow::{Error};
 use lazy_static::lazy_static;
 use std::sync::Mutex;