router: bump to 2.2.3-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2024-08-14 12:02:13 +02:00
parent c1a947c998
commit 3129752da9
3 changed files with 13 additions and 11 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-router"
version = "2.2.2"
version = "2.2.3"
authors.workspace = true
edition.workspace = true
license.workspace = true

View File

@ -1,3 +1,9 @@
rust-proxmox-router (2.2.3-1) stable; urgency=medium
* remove unused dependencies `regex` and `tokio`
-- Proxmox Support Team <support@proxmox.com> Wed, 14 Aug 2024 12:01:40 +0200
rust-proxmox-router (2.2.2-1) stable; urgency=medium
* cli: add OutputFormat enum api type

View File

@ -17,13 +17,11 @@ Build-Depends: debhelper (>= 12),
librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~) <!nocheck>,
librust-proxmox-http-error-0.1+default-dev <!nocheck>,
librust-proxmox-schema-3+default-dev (>= 3.1.2-~~) <!nocheck>,
librust-regex-1+default-dev (>= 1.5-~~) <!nocheck>,
librust-rustyline-9+default-dev <!nocheck>,
librust-serde-1+default-dev <!nocheck>,
librust-serde-1+derive-dev <!nocheck>,
librust-serde-json-1+default-dev <!nocheck>,
librust-serde-plain-1+default-dev <!nocheck>,
librust-tokio-1+default-dev (>= 1.6-~~) <!nocheck>,
librust-unicode-width-0.1+default-dev (>= 0.1.8-~~) <!nocheck>
Maintainer: Proxmox Support Team <support@proxmox.com>
Standards-Version: 4.6.2
@ -57,7 +55,7 @@ Suggests:
Provides:
librust-proxmox-router-2-dev (= ${binary:Version}),
librust-proxmox-router-2.2-dev (= ${binary:Version}),
librust-proxmox-router-2.2.2-dev (= ${binary:Version})
librust-proxmox-router-2.2.3-dev (= ${binary:Version})
Description: Proxmox API Router and CLI utilities - Rust source code
Source code for Debianized Rust crate "proxmox-router"
@ -69,13 +67,11 @@ Depends:
librust-proxmox-router-dev (= ${binary:Version}),
librust-env-logger-0.10+default-dev,
librust-libc-0.2+default-dev (>= 0.2.107-~~),
librust-regex-1+default-dev (>= 1.5-~~),
librust-rustyline-9+default-dev,
librust-tokio-1+default-dev (>= 1.6-~~)
librust-rustyline-9+default-dev
Provides:
librust-proxmox-router-2+cli-dev (= ${binary:Version}),
librust-proxmox-router-2.2+cli-dev (= ${binary:Version}),
librust-proxmox-router-2.2.2+cli-dev (= ${binary:Version})
librust-proxmox-router-2.2.3+cli-dev (= ${binary:Version})
Description: Proxmox API Router and CLI utilities - feature "cli"
This metapackage enables feature "cli" for the Rust proxmox-router crate, by
pulling in any additional dependencies needed by that feature.
@ -91,7 +87,7 @@ Depends:
Provides:
librust-proxmox-router-2+default-dev (= ${binary:Version}),
librust-proxmox-router-2.2+default-dev (= ${binary:Version}),
librust-proxmox-router-2.2.2+default-dev (= ${binary:Version})
librust-proxmox-router-2.2.3+default-dev (= ${binary:Version})
Description: Proxmox API Router and CLI utilities - feature "default"
This metapackage enables feature "default" for the Rust proxmox-router crate,
by pulling in any additional dependencies needed by that feature.
@ -108,7 +104,7 @@ Depends:
Provides:
librust-proxmox-router-2+server-dev (= ${binary:Version}),
librust-proxmox-router-2.2+server-dev (= ${binary:Version}),
librust-proxmox-router-2.2.2+server-dev (= ${binary:Version})
librust-proxmox-router-2.2.3+server-dev (= ${binary:Version})
Description: Proxmox API Router and CLI utilities - feature "server"
This metapackage enables feature "server" for the Rust proxmox-router crate, by
pulling in any additional dependencies needed by that feature.
@ -123,7 +119,7 @@ Depends:
Provides:
librust-proxmox-router-2+test-harness-dev (= ${binary:Version}),
librust-proxmox-router-2.2+test-harness-dev (= ${binary:Version}),
librust-proxmox-router-2.2.2+test-harness-dev (= ${binary:Version})
librust-proxmox-router-2.2.3+test-harness-dev (= ${binary:Version})
Description: Proxmox API Router and CLI utilities - feature "test-harness"
This metapackage enables feature "test-harness" for the Rust proxmox-router
crate, by pulling in any additional dependencies needed by that feature.