]> git.proxmox.com Git - proxmox-backup.git/blobdiff - src/tools/ticket.rs
switch from failure to anyhow
[proxmox-backup.git] / src / tools / ticket.rs
index 8a8ac356253e9d36c9ec4d8c05926aebf7de21f4..b36584962c70f606a772d0cf6dda24f5e03ffdf2 100644 (file)
@@ -1,6 +1,6 @@
 //! Generate and verify Authentification tickets
 
-use failure::*;
+use anyhow::{bail, Error};
 use base64;
 
 use openssl::pkey::{PKey, Public, Private};