]> git.proxmox.com Git - proxmox-backup.git/blobdiff - src/tape/changer/online_status_map.rs
update to first proxmox crate split
[proxmox-backup.git] / src / tape / changer / online_status_map.rs
index 437606634cdf6fb31bfb76b00035610d15dd020f..e86181b3ada2f50beef20d51d8806c6a681e57da 100644 (file)
@@ -3,8 +3,8 @@ use std::collections::{HashMap, HashSet};
 
 use anyhow::{bail, Error};
 
-use proxmox::tools::Uuid;
-use proxmox::api::section_config::SectionConfigData;
+use proxmox_section_config::SectionConfigData;
+use proxmox_uuid::Uuid;
 
 use pbs_api_types::{VirtualTapeDrive, ScsiTapeChanger};
 use pbs_tape::{ElementStatus, MtxStatus};