]> git.proxmox.com Git - proxmox-backup.git/blobdiff - src/tools/apt.rs
update to first proxmox crate split
[proxmox-backup.git] / src / tools / apt.rs
index 754b325fa291505a66a2a5c042a387ce7810a250..209274a85020340a718a6210b6f0f63e8d5e0577 100644 (file)
@@ -4,8 +4,8 @@ use std::collections::HashMap;
 use anyhow::{Error, bail, format_err};
 use apt_pkg_native::Cache;
 
-use proxmox::const_regex;
 use proxmox::tools::fs::{file_read_optional_string, replace_file, CreateOptions};
+use proxmox_schema::const_regex;
 
 use pbs_api_types::APTUpdateInfo;