]> git.proxmox.com Git - proxmox-backup.git/blobdiff - pbs-tools/src/zip.rs
update to first proxmox crate split
[proxmox-backup.git] / pbs-tools / src / zip.rs
index 605480a8f426a4b13d24ce31b4eb948154ceccc3..0e85dd25ecdfa40e7da4f999f56b1446b55b8683 100644 (file)
@@ -20,7 +20,7 @@ use futures::ready;
 use tokio::io::{AsyncRead, AsyncWrite, AsyncWriteExt, ReadBuf};
 
 use crc32fast::Hasher;
-use proxmox::tools::time::gmtime;
+use proxmox_time::gmtime;
 
 use crate::compression::{DeflateEncoder, Level};