]> git.proxmox.com Git - proxmox-backup.git/commit
client: use proxmox_systemd crate
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 7 Aug 2024 18:51:20 +0000 (20:51 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 7 Aug 2024 18:51:23 +0000 (20:51 +0200)
commit1c395ad1956057814f8482ea17ef799f0315544c
tree392870ad38d2c7a5f4db23f793d108052ab27ce8
parent8caf3f9f57c2829f69c0e4e16b43523435ce53f5
client: use proxmox_systemd crate

Some systemd code got split out from proxmox-sys and left there
re-exported with a deprecation marker, use the newer crate, the
workspace already depends on proxmox-systemd anyway.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
proxmox-backup-client/Cargo.toml
proxmox-backup-client/src/mount.rs