bump proxmox-fuse dep to 0.1.3

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-06-13 15:12:07 +02:00
parent 670534b0e3
commit a83283cdf5
3 changed files with 3 additions and 3 deletions

2
debian/control vendored
View File

@ -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-~~),

View File

@ -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"

View File

@ -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"