From 32504b78db4f90cf8db9aa04d3fd80f9c8403712 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Fri, 9 Dec 2022 13:52:03 +0100 Subject: [PATCH] switch remaining member dependencies to workspace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit these are only used by a single member at the moment, but we can move them to the workspace to have a single location for version + base feature set specification. Signed-off-by: Fabian Grünbichler --- proxmox-rrd/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-rrd/Cargo.toml b/proxmox-rrd/Cargo.toml index b49809fd..d8e901ec 100644 --- a/proxmox-rrd/Cargo.toml +++ b/proxmox-rrd/Cargo.toml @@ -18,7 +18,7 @@ log.workspace = true nix.workspace = true serde.workspace = true serde_json.workspace = true -serde_cbor = "0.11.1" +serde_cbor.workspace = true proxmox-time.workspace = true proxmox-schema = { workspace = true, features = [ "api-macro" ] }