diff --git a/plugins/updater/src/updater.rs b/plugins/updater/src/updater.rs index 0dd9866b5..d8cc48a31 100644 --- a/plugins/updater/src/updater.rs +++ b/plugins/updater/src/updater.rs @@ -733,7 +733,7 @@ impl Update { let tmp_dir_locations = vec![ Box::new(|| Some(std::env::temp_dir())) as Box Option>, - Box::new(dirs_next::cache_dir), + Box::new(dirs::cache_dir), Box::new(|| Some(self.extract_path.parent().unwrap().to_path_buf())), ];