From 9b8e8012a71c85655dd41c02025638e4d53c7a10 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 22 Jul 2021 09:58:31 +0200 Subject: [PATCH] cargo: update proxmox to 0.12.1 For the FS compat improvement in the atomic create file helper Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- pbs-api-types/Cargo.toml | 2 +- pbs-client/Cargo.toml | 2 +- pbs-datastore/Cargo.toml | 2 +- pbs-fuse-loop/Cargo.toml | 2 +- pbs-systemd/Cargo.toml | 2 +- pbs-tools/Cargo.toml | 2 +- pxar-bin/Cargo.toml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0bc48bb9..07ee5797 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ crossbeam-channel = "0.5" pathpatterns = "0.1.2" pxar = { version = "0.10.1", features = [ "tokio-io" ] } -proxmox = { version = "0.12.0", features = [ "sortable-macro", "api-macro", "cli", "router", "tfa" ] } +proxmox = { version = "0.12.1", features = [ "sortable-macro", "api-macro", "cli", "router", "tfa" ] } proxmox-acme-rs = "0.2.1" proxmox-apt = "0.5.1" proxmox-http = { version = "0.3.0", features = [ "client", "http-helpers", "websocket" ] } diff --git a/pbs-api-types/Cargo.toml b/pbs-api-types/Cargo.toml index c8372ba4..4eb0574d 100644 --- a/pbs-api-types/Cargo.toml +++ b/pbs-api-types/Cargo.toml @@ -14,7 +14,7 @@ openssl = "0.10" regex = "1.2" serde = { version = "1.0", features = ["derive"] } -proxmox = { version = "0.12.0", default-features = false, features = [ "api-macro" ] } +proxmox = { version = "0.12.1", default-features = false, features = [ "api-macro" ] } pbs-systemd = { path = "../pbs-systemd" } pbs-tools = { path = "../pbs-tools" } diff --git a/pbs-client/Cargo.toml b/pbs-client/Cargo.toml index 32dc8bd0..c5bc8e6c 100644 --- a/pbs-client/Cargo.toml +++ b/pbs-client/Cargo.toml @@ -28,7 +28,7 @@ tower-service = "0.3.0" xdg = "2.2" pathpatterns = "0.1.2" -proxmox = { version = "0.12.0", default-features = false, features = [ "cli" ] } +proxmox = { version = "0.12.1", default-features = false, features = [ "cli" ] } proxmox-fuse = "0.1.1" proxmox-http = { version = "0.3.0", features = [ "client", "http-helpers", "websocket" ] } pxar = { version = "0.10.1", features = [ "tokio-io" ] } diff --git a/pbs-datastore/Cargo.toml b/pbs-datastore/Cargo.toml index d24377e6..addbf1d9 100644 --- a/pbs-datastore/Cargo.toml +++ b/pbs-datastore/Cargo.toml @@ -23,7 +23,7 @@ zstd = { version = "0.6", features = [ "bindgen" ] } pathpatterns = "0.1.2" pxar = "0.10.1" -proxmox = { version = "0.12.0", default-features = false, features = [ "api-macro" ] } +proxmox = { version = "0.12.1", default-features = false, features = [ "api-macro" ] } pbs-api-types = { path = "../pbs-api-types" } pbs-tools = { path = "../pbs-tools" } diff --git a/pbs-fuse-loop/Cargo.toml b/pbs-fuse-loop/Cargo.toml index 90fffe0b..3865e762 100644 --- a/pbs-fuse-loop/Cargo.toml +++ b/pbs-fuse-loop/Cargo.toml @@ -14,7 +14,7 @@ nix = "0.19.1" regex = "1.2" tokio = { version = "1.6", features = [] } -proxmox = "0.12.0" +proxmox = "0.12.1" proxmox-fuse = "0.1.1" pbs-tools = { path = "../pbs-tools" } diff --git a/pbs-systemd/Cargo.toml b/pbs-systemd/Cargo.toml index 98dc800d..023d5149 100644 --- a/pbs-systemd/Cargo.toml +++ b/pbs-systemd/Cargo.toml @@ -11,6 +11,6 @@ bitflags = "1.2.1" lazy_static = "1.4" nom = "5.1" -proxmox = { version = "0.12.0", default-features = false } +proxmox = { version = "0.12.1", default-features = false } pbs-tools = { path = "../pbs-tools" } diff --git a/pbs-tools/Cargo.toml b/pbs-tools/Cargo.toml index d3f50e24..80441ef1 100644 --- a/pbs-tools/Cargo.toml +++ b/pbs-tools/Cargo.toml @@ -29,7 +29,7 @@ tokio = { version = "1.6", features = [ "fs", "io-util", "rt", "rt-multi-thread" url = "2.1" walkdir = "2" -proxmox = { version = "0.12.0", default-features = false, features = [ "tokio" ] } +proxmox = { version = "0.12.1", default-features = false, features = [ "tokio" ] } pbs-buildcfg = { path = "../pbs-buildcfg" } pbs-runtime = { path = "../pbs-runtime" } diff --git a/pxar-bin/Cargo.toml b/pxar-bin/Cargo.toml index c4eacb10..fc8a7f0f 100644 --- a/pxar-bin/Cargo.toml +++ b/pxar-bin/Cargo.toml @@ -16,7 +16,7 @@ serde_json = "1.0" tokio = { version = "1.6", features = [ "rt", "rt-multi-thread" ] } pathpatterns = "0.1.2" -proxmox = { version = "0.12.0", default-features = false, features = [] } +proxmox = { version = "0.12.1", default-features = false, features = [] } pxar = { version = "0.10.1", features = [ "tokio-io" ] } pbs-client = { path = "../pbs-client" } -- 2.39.5