bump proxmox-rest-server to 0.4.0-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2023-05-23 11:59:54 +02:00
parent ca56a67251
commit c531c314c6
4 changed files with 34 additions and 26 deletions

View File

@ -86,7 +86,7 @@ proxmox-compression = { version = "0.2.0", path = "proxmox-compression" }
proxmox-http = { version = "0.9.0", path = "proxmox-http" } proxmox-http = { version = "0.9.0", path = "proxmox-http" }
proxmox-io = { version = "1.0.0", path = "proxmox-io" } proxmox-io = { version = "1.0.0", path = "proxmox-io" }
proxmox-lang = { version = "1.1", path = "proxmox-lang" } proxmox-lang = { version = "1.1", path = "proxmox-lang" }
proxmox-rest-server = { version = "0.3.0", path = "proxmox-rest-server" } proxmox-rest-server = { version = "0.4.0", path = "proxmox-rest-server" }
proxmox-router = { version = "1.3.1", path = "proxmox-router" } proxmox-router = { version = "1.3.1", path = "proxmox-router" }
proxmox-schema = { version = "1.3.7", path = "proxmox-schema" } proxmox-schema = { version = "1.3.7", path = "proxmox-schema" }
proxmox-serde = { version = "0.1.1", path = "proxmox-serde", features = [ "serde_json" ] } proxmox-serde = { version = "0.1.1", path = "proxmox-serde", features = [ "serde_json" ] }

View File

@ -1,6 +1,6 @@
[package] [package]
name = "proxmox-rest-server" name = "proxmox-rest-server"
version = "0.3.0" version = "0.4.0"
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true
license.workspace = true license.workspace = true

View File

@ -1,3 +1,11 @@
rust-proxmox-rest-server (0.4.0-1) bookworm; urgency=medium
* update proxmox-sys dependency to 0.5.0
* rebuild for Debian 12 bookworm release series
-- Proxmox Support Team <support@proxmox.com> Tue, 23 May 2023 11:59:15 +0200
rust-proxmox-rest-server (0.3.0-1) stable; urgency=medium rust-proxmox-rest-server (0.3.0-1) stable; urgency=medium
* make socketpair private * make socketpair private

View File

@ -19,16 +19,16 @@ Build-Depends: debhelper (>= 12),
librust-openssl-0.10+default-dev <!nocheck>, librust-openssl-0.10+default-dev <!nocheck>,
librust-percent-encoding-2+default-dev (>= 2.1-~~) <!nocheck>, librust-percent-encoding-2+default-dev (>= 2.1-~~) <!nocheck>,
librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~) <!nocheck>, librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~) <!nocheck>,
librust-proxmox-compression-0.1+default-dev (>= 0.1.1-~~) <!nocheck>, librust-proxmox-compression-0.2+default-dev <!nocheck>,
librust-proxmox-io-1+default-dev <!nocheck>, librust-proxmox-io-1+default-dev <!nocheck>,
librust-proxmox-lang-1+default-dev (>= 1.1-~~) <!nocheck>, librust-proxmox-lang-1+default-dev (>= 1.1-~~) <!nocheck>,
librust-proxmox-router-1+default-dev (>= 1.3.1-~~) <!nocheck>, librust-proxmox-router-1+default-dev (>= 1.3.1-~~) <!nocheck>,
librust-proxmox-schema-1+api-macro-dev (>= 1.3.6-~~) <!nocheck>, librust-proxmox-schema-1+api-macro-dev (>= 1.3.7-~~) <!nocheck>,
librust-proxmox-schema-1+default-dev (>= 1.3.6-~~) <!nocheck>, librust-proxmox-schema-1+default-dev (>= 1.3.7-~~) <!nocheck>,
librust-proxmox-schema-1+upid-api-impl-dev (>= 1.3.6-~~) <!nocheck>, librust-proxmox-schema-1+upid-api-impl-dev (>= 1.3.7-~~) <!nocheck>,
librust-proxmox-sys-0.4+default-dev (>= 0.4.2-~~) <!nocheck>, librust-proxmox-sys-0.5+default-dev <!nocheck>,
librust-proxmox-sys-0.4+logrotate-dev (>= 0.4.2-~~) <!nocheck>, librust-proxmox-sys-0.5+logrotate-dev <!nocheck>,
librust-proxmox-sys-0.4+timer-dev (>= 0.4.2-~~) <!nocheck>, librust-proxmox-sys-0.5+timer-dev <!nocheck>,
librust-proxmox-time-1+default-dev (>= 1.1.4-~~) <!nocheck>, librust-proxmox-time-1+default-dev (>= 1.1.4-~~) <!nocheck>,
librust-regex-1+default-dev (>= 1.5-~~) <!nocheck>, librust-regex-1+default-dev (>= 1.5-~~) <!nocheck>,
librust-serde-1+default-dev <!nocheck>, librust-serde-1+default-dev <!nocheck>,
@ -66,16 +66,16 @@ Depends:
librust-openssl-0.10+default-dev, librust-openssl-0.10+default-dev,
librust-percent-encoding-2+default-dev (>= 2.1-~~), librust-percent-encoding-2+default-dev (>= 2.1-~~),
librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~), librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~),
librust-proxmox-compression-0.1+default-dev (>= 0.1.1-~~), librust-proxmox-compression-0.2+default-dev,
librust-proxmox-io-1+default-dev, librust-proxmox-io-1+default-dev,
librust-proxmox-lang-1+default-dev (>= 1.1-~~), librust-proxmox-lang-1+default-dev (>= 1.1-~~),
librust-proxmox-router-1+default-dev (>= 1.3.1-~~), librust-proxmox-router-1+default-dev (>= 1.3.1-~~),
librust-proxmox-schema-1+api-macro-dev (>= 1.3.6-~~), librust-proxmox-schema-1+api-macro-dev (>= 1.3.7-~~),
librust-proxmox-schema-1+default-dev (>= 1.3.6-~~), librust-proxmox-schema-1+default-dev (>= 1.3.7-~~),
librust-proxmox-schema-1+upid-api-impl-dev (>= 1.3.6-~~), librust-proxmox-schema-1+upid-api-impl-dev (>= 1.3.7-~~),
librust-proxmox-sys-0.4+default-dev (>= 0.4.2-~~), librust-proxmox-sys-0.5+default-dev,
librust-proxmox-sys-0.4+logrotate-dev (>= 0.4.2-~~), librust-proxmox-sys-0.5+logrotate-dev,
librust-proxmox-sys-0.4+timer-dev (>= 0.4.2-~~), librust-proxmox-sys-0.5+timer-dev,
librust-proxmox-time-1+default-dev (>= 1.1.4-~~), librust-proxmox-time-1+default-dev (>= 1.1.4-~~),
librust-regex-1+default-dev (>= 1.5-~~), librust-regex-1+default-dev (>= 1.5-~~),
librust-serde-1+default-dev, librust-serde-1+default-dev,
@ -95,10 +95,10 @@ Provides:
librust-proxmox-rest-server+default-dev (= ${binary:Version}), librust-proxmox-rest-server+default-dev (= ${binary:Version}),
librust-proxmox-rest-server-0-dev (= ${binary:Version}), librust-proxmox-rest-server-0-dev (= ${binary:Version}),
librust-proxmox-rest-server-0+default-dev (= ${binary:Version}), librust-proxmox-rest-server-0+default-dev (= ${binary:Version}),
librust-proxmox-rest-server-0.3-dev (= ${binary:Version}), librust-proxmox-rest-server-0.4-dev (= ${binary:Version}),
librust-proxmox-rest-server-0.3+default-dev (= ${binary:Version}), librust-proxmox-rest-server-0.4+default-dev (= ${binary:Version}),
librust-proxmox-rest-server-0.3.0-dev (= ${binary:Version}), librust-proxmox-rest-server-0.4.0-dev (= ${binary:Version}),
librust-proxmox-rest-server-0.3.0+default-dev (= ${binary:Version}) librust-proxmox-rest-server-0.4.0+default-dev (= ${binary:Version})
Description: REST server implementation - Rust source code Description: REST server implementation - Rust source code
This package contains the source for the Rust proxmox-rest-server crate, This package contains the source for the Rust proxmox-rest-server crate,
packaged by debcargo for use with cargo and dh-cargo. packaged by debcargo for use with cargo and dh-cargo.
@ -109,12 +109,12 @@ Multi-Arch: same
Depends: Depends:
${misc:Depends}, ${misc:Depends},
librust-proxmox-rest-server-dev (= ${binary:Version}), librust-proxmox-rest-server-dev (= ${binary:Version}),
librust-proxmox-http-0.8+default-dev, librust-proxmox-http-0.9+default-dev,
librust-proxmox-http-0.8+rate-limited-stream-dev librust-proxmox-http-0.9+rate-limited-stream-dev
Provides: Provides:
librust-proxmox-rest-server-0+rate-limited-stream-dev (= ${binary:Version}), librust-proxmox-rest-server-0+rate-limited-stream-dev (= ${binary:Version}),
librust-proxmox-rest-server-0.3+rate-limited-stream-dev (= ${binary:Version}), librust-proxmox-rest-server-0.4+rate-limited-stream-dev (= ${binary:Version}),
librust-proxmox-rest-server-0.3.0+rate-limited-stream-dev (= ${binary:Version}) librust-proxmox-rest-server-0.4.0+rate-limited-stream-dev (= ${binary:Version})
Description: REST server implementation - feature "rate-limited-stream" Description: REST server implementation - feature "rate-limited-stream"
This metapackage enables feature "rate-limited-stream" for the Rust proxmox- This metapackage enables feature "rate-limited-stream" for the Rust proxmox-
rest-server crate, by pulling in any additional dependencies needed by that rest-server crate, by pulling in any additional dependencies needed by that
@ -129,8 +129,8 @@ Depends:
librust-handlebars-3+default-dev librust-handlebars-3+default-dev
Provides: Provides:
librust-proxmox-rest-server-0+templates-dev (= ${binary:Version}), librust-proxmox-rest-server-0+templates-dev (= ${binary:Version}),
librust-proxmox-rest-server-0.3+templates-dev (= ${binary:Version}), librust-proxmox-rest-server-0.4+templates-dev (= ${binary:Version}),
librust-proxmox-rest-server-0.3.0+templates-dev (= ${binary:Version}) librust-proxmox-rest-server-0.4.0+templates-dev (= ${binary:Version})
Description: REST server implementation - feature "templates" Description: REST server implementation - feature "templates"
This metapackage enables feature "templates" for the Rust proxmox-rest-server This metapackage enables feature "templates" for the Rust proxmox-rest-server
crate, by pulling in any additional dependencies needed by that feature. crate, by pulling in any additional dependencies needed by that feature.