From a83283cdf53baf85f09a85a4549ba9203d8234ba Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 13 Jun 2022 15:12:07 +0200 Subject: [PATCH] bump proxmox-fuse dep to 0.1.3 Signed-off-by: Wolfgang Bumiller --- debian/control | 2 +- pbs-client/Cargo.toml | 2 +- pbs-fuse-loop/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 7e92b83ed..e7f5ff985 100644 --- a/debian/control +++ b/debian/control @@ -46,7 +46,7 @@ Build-Depends: debhelper (>= 12), librust-proxmox-async-0.4+default-dev, librust-proxmox-borrow-1+default-dev, librust-proxmox-compression-0.1+default-dev (>= 0.1.1-~~), - librust-proxmox-fuse-0.1+default-dev (>= 0.1.1-~~), + librust-proxmox-fuse-0.1+default-dev (>= 0.1.3-~~), librust-proxmox-http-0.6+client-dev (>= 0.6.1-~~), librust-proxmox-http-0.6+default-dev (>= 0.6.1-~~), librust-proxmox-http-0.6+http-helpers-dev (>= 0.6.1-~~), diff --git a/pbs-client/Cargo.toml b/pbs-client/Cargo.toml index 5b746b8f7..70d04cafc 100644 --- a/pbs-client/Cargo.toml +++ b/pbs-client/Cargo.toml @@ -34,7 +34,7 @@ pathpatterns = "0.1.2" proxmox-async = "0.4" proxmox-compression = "0.1.1" -proxmox-fuse = "0.1.1" +proxmox-fuse = "0.1.3" proxmox-http = { version = "0.6", features = [ "client", "http-helpers", "websocket" ] } proxmox-io = { version = "1.0.1", features = [ "tokio" ] } proxmox-lang = "1.1" diff --git a/pbs-fuse-loop/Cargo.toml b/pbs-fuse-loop/Cargo.toml index 6adbea899..cc6088486 100644 --- a/pbs-fuse-loop/Cargo.toml +++ b/pbs-fuse-loop/Cargo.toml @@ -15,5 +15,5 @@ regex = "1.5" tokio = { version = "1.6", features = [] } proxmox-time = "1" -proxmox-fuse = "0.1.1" +proxmox-fuse = "0.1.3" proxmox-sys = "0.3" \ No newline at end of file