From e95065f68dffbe59e4c7a00b6857495bfb55d46f Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 24 Jul 2023 11:12:56 +0200 Subject: [PATCH] bump dependencies to bookworm updates These should all be api compatible but still needed a bookworm bump. Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 6 +++--- debian/control | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ca114f195..5e0aca5f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,10 +67,10 @@ proxmox-ldap = "0.2" proxmox-metrics = "0.3" proxmox-rest-server = { version = "0.4.1", features = [ "templates" ] } # some use "cli", some use "cli" and "server", pbs-config uses nothing -proxmox-router = { version = "1.3.1", default_features = false } +proxmox-router = { version = "2.0.0", default_features = false } # everything but pbs-config and pbs-client ues "api-macro" -proxmox-schema = "1.3.6" -proxmox-section-config = "1" +proxmox-schema = "2.0.0" +proxmox-section-config = "2" proxmox-serde = "0.1.1" proxmox-shared-memory = "0.3.0" proxmox-sortable-macro = "0.1.2" diff --git a/debian/control b/debian/control index 1800a6f9d..22ad55736 100644 --- a/debian/control +++ b/debian/control @@ -75,12 +75,12 @@ Build-Depends: bash-completion, librust-proxmox-rest-server-0.4+default-dev (>= 0.4.1-~~), librust-proxmox-rest-server-0.4+rate-limited-stream-dev (>= 0.4.1-~~), librust-proxmox-rest-server-0.4+templates-dev (>= 0.4.1-~~), - librust-proxmox-router-1+cli-dev (>= 1.3.1-~~), - librust-proxmox-router-1+default-dev (>= 1.3.1-~~), - librust-proxmox-router-1+server-dev (>= 1.3.1-~~), - librust-proxmox-schema-1+api-macro-dev (>= 1.3.6-~~), - librust-proxmox-schema-1+default-dev (>= 1.3.6-~~), - librust-proxmox-section-config-1+default-dev, + librust-proxmox-router-2+cli-dev, + librust-proxmox-router-2+default-dev, + librust-proxmox-router-2+server-dev, + librust-proxmox-schema-2+api-macro-dev, + librust-proxmox-schema-2+default-dev, + librust-proxmox-section-config-2+default-dev, librust-proxmox-serde-0.1+default-dev (>= 0.1.1-~~), librust-proxmox-serde-0.1+serde-json-dev (>= 0.1.1-~~), librust-proxmox-shared-memory-0.3+default-dev,