]> git.proxmox.com Git - proxmox-backup.git/blobdiff - src/api2/tape/drive.rs
add pbs-tools subcrate
[proxmox-backup.git] / src / api2 / tape / drive.rs
index 9cf36b372ed9b83d1dbb72177cbef46ec73e096d..0e4a539f40f4c2edee61c004d6c16344115f8a20 100644 (file)
@@ -719,7 +719,7 @@ pub async fn read_label(
                         flat.encryption_key_fingerprint = set
                             .encryption_key_fingerprint
                             .as_ref()
-                            .map(|fp| crate::tools::format::as_fingerprint(fp.bytes()));
+                            .map(|fp| pbs_tools::format::as_fingerprint(fp.bytes()));
 
                         let encrypt_fingerprint = set.encryption_key_fingerprint.clone()
                             .map(|fp| (fp, set.uuid.clone()));