]> git.proxmox.com Git - proxmox-backup.git/blobdiff - src/api2/node/journal.rs
switch from failure to anyhow
[proxmox-backup.git] / src / api2 / node / journal.rs
index 494968c6c9f926065a77fd1f1bf878c430f68c87..2c38c959045d0ad8c0777ed2a18be4c6d62a701f 100644 (file)
@@ -1,6 +1,6 @@
 use std::process::{Command, Stdio};
 
-use failure::*;
+use anyhow::{Error};
 use serde_json::{json, Value};
 use std::io::{BufRead,BufReader};