]> git.proxmox.com Git - proxmox-backup.git/blobdiff - src/tape/changer/mod.rs
update to proxmox-sys 0.2 crate
[proxmox-backup.git] / src / tape / changer / mod.rs
index 63c54b41b6d601351bdcf09a169c385a28c8ceb1..6b2477d2fa39fa085f308030b8fdf7bc447ff6f3 100644 (file)
@@ -9,7 +9,7 @@ use std::path::PathBuf;
 
 use anyhow::{bail, Error};
 
-use proxmox::tools::fs::{CreateOptions, replace_file, file_read_optional_string};
+use proxmox_sys::fs::{CreateOptions, replace_file, file_read_optional_string};
 
 use pbs_api_types::{ScsiTapeChanger, LtoTapeDrive};