From 2ed7b9b36f03b77c5c879a740412d30b59ad8275 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 28 Jul 2022 13:44:43 +0200 Subject: [PATCH] tools: drop unused proxmox-borrow dependency Signed-off-by: Wolfgang Bumiller --- pbs-tools/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pbs-tools/Cargo.toml b/pbs-tools/Cargo.toml index c6764927..9fee9a13 100644 --- a/pbs-tools/Cargo.toml +++ b/pbs-tools/Cargo.toml @@ -34,7 +34,6 @@ zstd = { version = "0.6", features = [ "bindgen" ] } #proxmox = { version = "0.15.3", default-features = false, features = [ "tokio" ] } proxmox-async = "0.4" -proxmox-borrow = "1" proxmox-io = { version = "1", features = [ "tokio" ] } proxmox-lang = { version = "1.1" } proxmox-time = { version = "1" }