bump proxmox-http version to 0.5.4-1
This commit is contained in:
parent
b9a1d62e47
commit
b8724f4952
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "proxmox-http"
|
||||
edition = "2018"
|
||||
version = "0.5.3"
|
||||
version = "0.5.4"
|
||||
authors = [
|
||||
"Dietmar Maurer <dietmar@proxmox.com>",
|
||||
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-http (0.5.4-1) stable; urgency=medium
|
||||
|
||||
* RateLimit - remove average_rate
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Sun, 14 Nov 2021 08:17:59 +0100
|
||||
|
||||
rust-proxmox-http (0.5.3-1) stable; urgency=medium
|
||||
|
||||
* use SharedRateLimit trait object for RateLimitedStream
|
||||
|
@ -38,8 +38,8 @@ Provides:
|
||||
librust-proxmox-http-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.5-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.5+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.5.3-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.5.3+default-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.5.4-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.5.4+default-dev (= ${binary:Version})
|
||||
Description: Proxmox HTTP library - Rust source code
|
||||
This package contains the source for the Rust proxmox-http crate, packaged by
|
||||
debcargo for use with cargo and dh-cargo.
|
||||
@ -54,7 +54,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-http-0+base64-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.5+base64-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.5.3+base64-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.5.4+base64-dev (= ${binary:Version})
|
||||
Description: Proxmox HTTP library - feature "base64"
|
||||
This metapackage enables feature "base64" for the Rust proxmox-http crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -71,7 +71,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-http-0+client-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.5+client-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.5.3+client-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.5.4+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.
|
||||
@ -86,7 +86,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-http-0+futures-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.5+futures-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.5.3+futures-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.5.4+futures-dev (= ${binary:Version})
|
||||
Description: Proxmox HTTP library - feature "futures"
|
||||
This metapackage enables feature "futures" for the Rust proxmox-http crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -101,7 +101,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-http-0+http-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.5+http-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.5.3+http-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.5.4+http-dev (= ${binary:Version})
|
||||
Description: Proxmox HTTP library - feature "http"
|
||||
This metapackage enables feature "http" for the Rust proxmox-http crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -122,7 +122,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-http-0+http-helpers-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.5+http-helpers-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.5.3+http-helpers-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.5.4+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.
|
||||
@ -138,7 +138,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-http-0+hyper-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.5+hyper-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.5.3+hyper-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.5.4+hyper-dev (= ${binary:Version})
|
||||
Description: Proxmox HTTP library - feature "hyper"
|
||||
This metapackage enables feature "hyper" for the Rust proxmox-http crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -153,7 +153,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-http-0+openssl-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.5+openssl-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.5.3+openssl-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.5.4+openssl-dev (= ${binary:Version})
|
||||
Description: Proxmox HTTP library - feature "openssl"
|
||||
This metapackage enables feature "openssl" for the Rust proxmox-http crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -168,7 +168,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-http-0+proxmox-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.5+proxmox-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.5.3+proxmox-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.5.4+proxmox-dev (= ${binary:Version})
|
||||
Description: Proxmox HTTP library - feature "proxmox"
|
||||
This metapackage enables feature "proxmox" for the Rust proxmox-http crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -183,7 +183,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-http-0+proxmox-io-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.5+proxmox-io-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.5.3+proxmox-io-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.5.4+proxmox-io-dev (= ${binary:Version})
|
||||
Description: Proxmox HTTP library - feature "proxmox-io"
|
||||
This metapackage enables feature "proxmox-io" for the Rust proxmox-http crate,
|
||||
by pulling in any additional dependencies needed by that feature.
|
||||
@ -198,7 +198,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-http-0+tokio-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.5+tokio-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.5.3+tokio-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.5.4+tokio-dev (= ${binary:Version})
|
||||
Description: Proxmox HTTP library - feature "tokio"
|
||||
This metapackage enables feature "tokio" for the Rust proxmox-http crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -213,7 +213,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-http-0+tokio-openssl-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.5+tokio-openssl-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.5.3+tokio-openssl-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.5.4+tokio-openssl-dev (= ${binary:Version})
|
||||
Description: Proxmox HTTP library - feature "tokio-openssl"
|
||||
This metapackage enables feature "tokio-openssl" for the Rust proxmox-http
|
||||
crate, by pulling in any additional dependencies needed by that feature.
|
||||
@ -235,7 +235,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-http-0+websocket-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.5+websocket-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.5.3+websocket-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.5.4+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