http: bump to 0.9.3-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
68125e67fc
commit
b21034b485
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "proxmox-http"
|
||||
edition.workspace = true
|
||||
version = "0.9.2"
|
||||
version = "0.9.3"
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-http (0.9.3-1) bookworm; urgency=medium
|
||||
|
||||
* rebuild with proxmox-sys 6.0
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 11 Jul 2024 15:08:06 +0200
|
||||
|
||||
rust-proxmox-http (0.9.2-1) bookworm; urgency=medium
|
||||
|
||||
* support deflate encoded responses
|
||||
|
@ -35,8 +35,8 @@ Provides:
|
||||
librust-proxmox-http-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.9-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.9+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.9.2-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.9.2+default-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.9.3-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.9.3+default-dev (= ${binary:Version})
|
||||
Description: Proxmox HTTP library - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-http"
|
||||
|
||||
@ -63,7 +63,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-http-0+client-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.9+client-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.9.2+client-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.9.3+client-dev (= ${binary:Version})
|
||||
Description: Proxmox HTTP library - feature "client"
|
||||
This metapackage enables feature "client" for the Rust proxmox-http crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -81,7 +81,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-http-0+client-sync-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.9+client-sync-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.9.2+client-sync-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.9.3+client-sync-dev (= ${binary:Version})
|
||||
Description: Proxmox HTTP library - feature "client-sync"
|
||||
This metapackage enables feature "client-sync" for the Rust proxmox-http crate,
|
||||
by pulling in any additional dependencies needed by that feature.
|
||||
@ -96,7 +96,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-http-0+client-trait-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.9+client-trait-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.9.2+client-trait-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.9.3+client-trait-dev (= ${binary:Version})
|
||||
Description: Proxmox HTTP library - feature "client-trait"
|
||||
This metapackage enables feature "client-trait" for the Rust proxmox-http
|
||||
crate, by pulling in any additional dependencies needed by that feature.
|
||||
@ -109,13 +109,13 @@ Depends:
|
||||
librust-proxmox-http-dev (= ${binary:Version}),
|
||||
librust-base64-0.13+default-dev,
|
||||
librust-http-0.2+default-dev,
|
||||
librust-proxmox-sys-0.5+default-dev (>= 0.5.7-~~),
|
||||
librust-proxmox-sys-0.6+default-dev,
|
||||
librust-serde-json-1+default-dev,
|
||||
librust-url-2+default-dev (>= 2.2-~~)
|
||||
Provides:
|
||||
librust-proxmox-http-0+http-helpers-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.9+http-helpers-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.9.2+http-helpers-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.9.3+http-helpers-dev (= ${binary:Version})
|
||||
Description: Proxmox HTTP library - feature "http-helpers"
|
||||
This metapackage enables feature "http-helpers" for the Rust proxmox-http
|
||||
crate, by pulling in any additional dependencies needed by that feature.
|
||||
@ -130,7 +130,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-http-0+proxmox-async-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.9+proxmox-async-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.9.2+proxmox-async-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.9.3+proxmox-async-dev (= ${binary:Version})
|
||||
Description: Proxmox HTTP library - feature "proxmox-async"
|
||||
This metapackage enables feature "proxmox-async" for the Rust proxmox-http
|
||||
crate, by pulling in any additional dependencies needed by that feature.
|
||||
@ -149,7 +149,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-http-0+rate-limited-stream-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.9+rate-limited-stream-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.9.2+rate-limited-stream-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.9.3+rate-limited-stream-dev (= ${binary:Version})
|
||||
Description: Proxmox HTTP library - feature "rate-limited-stream"
|
||||
This metapackage enables feature "rate-limited-stream" for the Rust proxmox-
|
||||
http crate, by pulling in any additional dependencies needed by that feature.
|
||||
@ -164,7 +164,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-http-0+rate-limiter-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.9+rate-limiter-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.9.2+rate-limiter-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.9.3+rate-limiter-dev (= ${binary:Version})
|
||||
Description: Proxmox HTTP library - feature "rate-limiter"
|
||||
This metapackage enables feature "rate-limiter" for the Rust proxmox-http
|
||||
crate, by pulling in any additional dependencies needed by that feature.
|
||||
@ -182,14 +182,14 @@ Depends:
|
||||
librust-proxmox-io-1+default-dev (>= 1.1.0-~~),
|
||||
librust-proxmox-io-1+tokio-dev (>= 1.1.0-~~),
|
||||
librust-proxmox-lang-1+default-dev (>= 1.3-~~),
|
||||
librust-proxmox-sys-0.5+default-dev (>= 0.5.7-~~),
|
||||
librust-proxmox-sys-0.6+default-dev,
|
||||
librust-tokio-1+default-dev (>= 1.6-~~),
|
||||
librust-tokio-1+io-util-dev (>= 1.6-~~),
|
||||
librust-tokio-1+sync-dev (>= 1.6-~~)
|
||||
Provides:
|
||||
librust-proxmox-http-0+websocket-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.9+websocket-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.9.2+websocket-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.9.3+websocket-dev (= ${binary:Version})
|
||||
Description: Proxmox HTTP library - feature "websocket"
|
||||
This metapackage enables feature "websocket" for the Rust proxmox-http crate,
|
||||
by pulling in any additional dependencies needed by that feature.
|
||||
|
Loading…
Reference in New Issue
Block a user