summaryrefslogtreecommitdiffstats
path: root/bin/core/imag-store/src/update.rs
diff options
context:
space:
mode:
Diffstat (limited to 'bin/core/imag-store/src/update.rs')
-rw-r--r--bin/core/imag-store/src/update.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/core/imag-store/src/update.rs b/bin/core/imag-store/src/update.rs
index d04f0d2d..1c857d69 100644
--- a/bin/core/imag-store/src/update.rs
+++ b/bin/core/imag-store/src/update.rs
@@ -20,7 +20,7 @@
use std::ops::DerefMut;
use std::path::PathBuf;
-use failure::Fallible as Result;
+use anyhow::Result;
use libimagrt::runtime::Runtime;
use libimagstore::storeid::StoreId;