bump proxmox-fuse dep to 0.1.3
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
670534b0e3
commit
a83283cdf5
2
debian/control
vendored
2
debian/control
vendored
@ -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-~~),
|
||||
|
@ -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"
|
||||
|
@ -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"
|
Loading…
Reference in New Issue
Block a user