forked from Proxmox/proxmox
http: bump version to 0.9.2-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
2269153522
commit
9f33be3078
@ -116,7 +116,7 @@ proxmox-apt-api-types = { version = "1.0.0", path = "proxmox-apt-api-types" }
|
||||
proxmox-auth-api = { version = "0.4.0", path = "proxmox-auth-api" }
|
||||
proxmox-async = { version = "0.4.1", path = "proxmox-async" }
|
||||
proxmox-compression = { version = "0.2.3", path = "proxmox-compression" }
|
||||
proxmox-http = { version = "0.9.0", path = "proxmox-http" }
|
||||
proxmox-http = { version = "0.9.2", path = "proxmox-http" }
|
||||
proxmox-http-error = { version = "0.1.0", path = "proxmox-http-error" }
|
||||
proxmox-human-byte = { version = "0.1.0", path = "proxmox-human-byte" }
|
||||
proxmox-io = { version = "1.1.0", path = "proxmox-io" }
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "proxmox-http"
|
||||
edition.workspace = true
|
||||
version = "0.9.1"
|
||||
version = "0.9.2"
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
|
@ -1,3 +1,11 @@
|
||||
rust-proxmox-http (0.9.2-1) bookworm; urgency=medium
|
||||
|
||||
* support deflate encoded responses
|
||||
|
||||
* various clippy fixes
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 10 Jul 2024 12:17:19 +0200
|
||||
|
||||
rust-proxmox-http (0.9.1-1) bookworm; urgency=medium
|
||||
|
||||
* tell hyper if http2 was negotiated via alpn
|
||||
|
@ -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.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.9.1+default-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.9.2-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.9.2+default-dev (= ${binary:Version})
|
||||
Description: Proxmox HTTP library - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-http"
|
||||
|
||||
@ -53,15 +53,17 @@ Depends:
|
||||
librust-hyper-0.14+default-dev (>= 0.14.5-~~),
|
||||
librust-hyper-0.14+http1-dev (>= 0.14.5-~~),
|
||||
librust-hyper-0.14+http2-dev (>= 0.14.5-~~),
|
||||
librust-hyper-0.14+stream-dev (>= 0.14.5-~~),
|
||||
librust-hyper-0.14+tcp-dev (>= 0.14.5-~~),
|
||||
librust-openssl-0.10+default-dev,
|
||||
librust-proxmox-compression-0.2+default-dev (>= 0.2.3-~~),
|
||||
librust-tokio-1+default-dev (>= 1.6-~~),
|
||||
librust-tokio-1+io-util-dev (>= 1.6-~~),
|
||||
librust-tokio-openssl-0.6+default-dev (>= 0.6.1-~~)
|
||||
Provides:
|
||||
librust-proxmox-http-0+client-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.9+client-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.9.1+client-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.9.2+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.
|
||||
@ -79,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.1+client-sync-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.9.2+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.
|
||||
@ -94,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.1+client-trait-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.9.2+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.
|
||||
@ -107,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.1-~~),
|
||||
librust-proxmox-sys-0.5+default-dev (>= 0.5.7-~~),
|
||||
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.1+http-helpers-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.9.2+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.
|
||||
@ -128,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.1+proxmox-async-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.9.2+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.
|
||||
@ -147,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.1+rate-limited-stream-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.9.2+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.
|
||||
@ -162,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.1+rate-limiter-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.9.2+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.
|
||||
@ -177,17 +179,17 @@ Depends:
|
||||
librust-futures-0.3+default-dev,
|
||||
librust-hyper-0.14+default-dev (>= 0.14.5-~~),
|
||||
librust-openssl-0.10+default-dev,
|
||||
librust-proxmox-io-1+default-dev,
|
||||
librust-proxmox-io-1+tokio-dev,
|
||||
librust-proxmox-lang-1+default-dev (>= 1.1-~~),
|
||||
librust-proxmox-sys-0.5+default-dev (>= 0.5.1-~~),
|
||||
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-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.1+websocket-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.9.2+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