]> git.proxmox.com Git - proxmox-backup.git/blobdiff - proxmox-rest-server/src/file_logger.rs
update to proxmox-sys 0.2 crate
[proxmox-backup.git] / proxmox-rest-server / src / file_logger.rs
index c74968744920aeb19cdae386808bdcf7bfc6fb9e..7d4d3f86bf326717ef0188c2d212c3cf3fe777d0 100644 (file)
@@ -3,7 +3,7 @@ use std::io::Write;
 use anyhow::Error;
 use nix::fcntl::OFlag;
 
-use proxmox::tools::fs::{CreateOptions, atomic_open_or_create_file};
+use proxmox_sys::fs::{CreateOptions, atomic_open_or_create_file};
 
 /// Options to control the behavior of a [FileLogger] instance
 #[derive(Default)]