bump proxmox crate version

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2020-01-16 11:39:44 +01:00
parent 51697c283d
commit 6a0dc4a5bc
4 changed files with 6 additions and 6 deletions

View File

@ -62,7 +62,7 @@ impl UPID {
Ok(UPID {
pid,
pstart: procfs::PidStat::read_for_pid(nix::unistd::Pid::from_raw(pid))?.starttime,
pstart: procfs::PidStat::read_from_pid(nix::unistd::Pid::from_raw(pid))?.starttime,
starttime: Local::now().timestamp(),
task_id,
worker_type: worker_type.to_owned(),