]> git.proxmox.com Git - proxmox.git/commitdiff
http, shared-memory, subscription: bump proxmox-sys dependency to 0.4
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 28 Jul 2022 11:31:17 +0000 (13:31 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 28 Jul 2022 11:35:47 +0000 (13:35 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-http/Cargo.toml
proxmox-shared-memory/Cargo.toml
proxmox-subscription/Cargo.toml

index 227d9883c26c885c992a66dede2ba2c284f4e2ec..48d884716b172051f50aa3c9c535bc464f0d90c1 100644 (file)
@@ -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" }
 
index 4839ab8fe9bc35bf6271b2c1ccd1c0d56d86b339..4a11adde73d2c2a44eedd12dbc727514e2b02090 100644 (file)
@@ -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" }
index 28bfaf79002a7478110384dd9ac5a142d123cf3b..6677effd2015eceb483ddd45a1d52a41fb8163c0 100644 (file)
@@ -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 }