From 229c1788c1184de2ffbafc71607211ec12a2b8c9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 21 Feb 2022 14:24:24 +0100 Subject: [PATCH] bump proxmox-lang dep to 1.1 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- pbs-client/Cargo.toml | 2 +- pbs-config/Cargo.toml | 2 +- pbs-datastore/Cargo.toml | 2 +- pbs-tape/Cargo.toml | 2 +- pbs-tools/Cargo.toml | 2 +- proxmox-file-restore/Cargo.toml | 2 +- proxmox-rest-server/Cargo.toml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 14b089be..710910ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,7 +95,7 @@ pxar = { version = "0.10.1", features = [ "tokio-io" ] } proxmox-http = { version = "0.6", features = [ "client", "http-helpers", "websocket" ] } proxmox-io = "1" -proxmox-lang = "1" +proxmox-lang = "1.1" proxmox-router = { version = "1.1", features = [ "cli" ] } proxmox-schema = { version = "1.2", features = [ "api-macro" ] } proxmox-section-config = "1" diff --git a/pbs-client/Cargo.toml b/pbs-client/Cargo.toml index a61777a6..2fef16c4 100644 --- a/pbs-client/Cargo.toml +++ b/pbs-client/Cargo.toml @@ -35,7 +35,7 @@ proxmox-compression = "0.1" proxmox-fuse = "0.1.1" proxmox-http = { version = "0.6", features = [ "client", "http-helpers", "websocket" ] } proxmox-io = { version = "1.0.1", features = [ "tokio" ] } -proxmox-lang = "1" +proxmox-lang = "1.1" proxmox-router = { version = "1.1", features = [ "cli" ] } proxmox-schema = "1.1" proxmox-time = "1" diff --git a/pbs-config/Cargo.toml b/pbs-config/Cargo.toml index 7c3b31cb..0b60083a 100644 --- a/pbs-config/Cargo.toml +++ b/pbs-config/Cargo.toml @@ -17,7 +17,7 @@ regex = "1.5" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -proxmox-lang = "1" +proxmox-lang = "1.1" proxmox-router = { version = "1.1", default-features = false } proxmox-schema = "1.1" proxmox-section-config = "1" diff --git a/pbs-datastore/Cargo.toml b/pbs-datastore/Cargo.toml index d8cefa00..bc448df0 100644 --- a/pbs-datastore/Cargo.toml +++ b/pbs-datastore/Cargo.toml @@ -28,7 +28,7 @@ pxar = "0.10.1" proxmox-borrow = "1" proxmox-io = "1" -proxmox-lang = "1" +proxmox-lang = "1.1" proxmox-schema = { version = "1.1", features = [ "api-macro" ] } proxmox-time = "1" proxmox-uuid = "1" diff --git a/pbs-tape/Cargo.toml b/pbs-tape/Cargo.toml index a50c91b4..10744748 100644 --- a/pbs-tape/Cargo.toml +++ b/pbs-tape/Cargo.toml @@ -20,7 +20,7 @@ regex = "1.5" udev = "0.4" proxmox-io = "1" -proxmox-lang = "1" +proxmox-lang = "1.1" # api-macro is only used by the binaries, so maybe we should split them out proxmox-schema = { version = "1.1", features = [ "api-macro" ] } proxmox-time = "1" diff --git a/pbs-tools/Cargo.toml b/pbs-tools/Cargo.toml index 097ebf0c..770d8713 100644 --- a/pbs-tools/Cargo.toml +++ b/pbs-tools/Cargo.toml @@ -36,7 +36,7 @@ zstd = { version = "0.6", features = [ "bindgen" ] } proxmox-async = "0.3" proxmox-borrow = "1" proxmox-io = { version = "1", features = [ "tokio" ] } -proxmox-lang = { version = "1" } +proxmox-lang = { version = "1.1" } proxmox-time = { version = "1" } proxmox-sys = "0.2" diff --git a/proxmox-file-restore/Cargo.toml b/proxmox-file-restore/Cargo.toml index 73aaf0de..ae0b37e4 100644 --- a/proxmox-file-restore/Cargo.toml +++ b/proxmox-file-restore/Cargo.toml @@ -18,7 +18,7 @@ pxar = { version = "0.10.1", features = [ "tokio-io" ] } #proxmox = { version = "0.15.3" } proxmox-async = "0.3" -proxmox-lang = "1" +proxmox-lang = "1.1" proxmox-router = { version = "1.1", features = [ "cli" ] } proxmox-schema = { version = "1.1", features = [ "api-macro" ] } proxmox-time = "1" diff --git a/proxmox-rest-server/Cargo.toml b/proxmox-rest-server/Cargo.toml index ce863926..8200c7d5 100644 --- a/proxmox-rest-server/Cargo.toml +++ b/proxmox-rest-server/Cargo.toml @@ -34,7 +34,7 @@ url = "2.1" proxmox-async = "0.3" proxmox-compression = "0.1" proxmox-io = "1" -proxmox-lang = "1" +proxmox-lang = "1.1" proxmox-http = { version = "0.6", features = [ "client" ] } proxmox-router = "1.1" proxmox-schema = { version = "1.2", features = [ "api-macro", "upid-api-impl" ] }