From 1d3f4a4bbd5c80cc03b9a996f3512a12f5e67e84 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 28 Jul 2022 13:31:17 +0200 Subject: [PATCH] http, shared-memory, subscription: bump proxmox-sys dependency to 0.4 Signed-off-by: Wolfgang Bumiller --- proxmox-http/Cargo.toml | 2 +- proxmox-shared-memory/Cargo.toml | 2 +- proxmox-subscription/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/proxmox-http/Cargo.toml b/proxmox-http/Cargo.toml index 227d9883..48d88471 100644 --- a/proxmox-http/Cargo.toml +++ b/proxmox-http/Cargo.toml @@ -24,7 +24,7 @@ tokio-openssl = { version = "0.6.1", optional = true } url = { version = "2", optional = true } proxmox-async = { path = "../proxmox-async", optional = true, version = "0.4.1" } -proxmox-sys = { path = "../proxmox-sys", optional = true, version = "0.3.0" } +proxmox-sys = { path = "../proxmox-sys", optional = true, version = "0.4" } proxmox-io = { path = "../proxmox-io", optional = true, version = "1.0.0" } proxmox-lang = { path = "../proxmox-lang", optional = true, version = "1.1" } diff --git a/proxmox-shared-memory/Cargo.toml b/proxmox-shared-memory/Cargo.toml index 4839ab8f..4a11adde 100644 --- a/proxmox-shared-memory/Cargo.toml +++ b/proxmox-shared-memory/Cargo.toml @@ -13,4 +13,4 @@ anyhow = "1.0" libc = "0.2.107" nix = "0.24.1" -proxmox-sys = { path = "../proxmox-sys", version = "0.3.0" } +proxmox-sys = { path = "../proxmox-sys", version = "0.4" } diff --git a/proxmox-subscription/Cargo.toml b/proxmox-subscription/Cargo.toml index 28bfaf79..6677effd 100644 --- a/proxmox-subscription/Cargo.toml +++ b/proxmox-subscription/Cargo.toml @@ -20,7 +20,7 @@ serde_json = "1.0" proxmox-http = { path = "../proxmox-http", version = "0.6.3", default_features = false, features = ["client-trait", "http-helpers"] } proxmox-serde = { path = "../proxmox-serde", version = "0.1.1", features = ["serde_json"]} -proxmox-sys = "0.3" +proxmox-sys = "0.4" proxmox-time = "1.1" proxmox-schema = { path = "../proxmox-schema", version = "1.3.3", features = ["api-macro"], optional = true } -- 2.39.2