mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-06 16:48:10 +00:00
bump proxmox-http version to 0.5.1-1
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
parent
8ae297c8d2
commit
a0cfb9c20d
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-http"
|
name = "proxmox-http"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
version = "0.5.0"
|
version = "0.5.1"
|
||||||
authors = [
|
authors = [
|
||||||
"Dietmar Maurer <dietmar@proxmox.com>",
|
"Dietmar Maurer <dietmar@proxmox.com>",
|
||||||
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
|
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
|
||||||
@ -21,7 +21,7 @@ openssl = { version = "0.10", optional = true }
|
|||||||
tokio = { version = "1.0", features = [], optional = true }
|
tokio = { version = "1.0", features = [], optional = true }
|
||||||
tokio-openssl = { version = "0.6.1", optional = true }
|
tokio-openssl = { version = "0.6.1", optional = true }
|
||||||
|
|
||||||
proxmox = { path = "../proxmox", optional = true, version = "0.14.0", default-features = false }
|
proxmox = { path = "../proxmox", optional = true, version = "0.15", default-features = false }
|
||||||
proxmox-io = { path = "../proxmox-io", optional = true, version = "1.0.0" }
|
proxmox-io = { path = "../proxmox-io", optional = true, version = "1.0.0" }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
rust-proxmox-http (0.5.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* depend on proxmox 0.15
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Thu, 21 Oct 2021 07:35:30 +0200
|
||||||
|
|
||||||
rust-proxmox-http (0.5.0-1) stable; urgency=medium
|
rust-proxmox-http (0.5.0-1) stable; urgency=medium
|
||||||
|
|
||||||
* update to proxmox 0.14.0
|
* update to proxmox 0.14.0
|
||||||
|
@ -38,8 +38,8 @@ Provides:
|
|||||||
librust-proxmox-http-0+default-dev (= ${binary:Version}),
|
librust-proxmox-http-0+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-http-0.5-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+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-http-0.5.0-dev (= ${binary:Version}),
|
librust-proxmox-http-0.5.1-dev (= ${binary:Version}),
|
||||||
librust-proxmox-http-0.5.0+default-dev (= ${binary:Version})
|
librust-proxmox-http-0.5.1+default-dev (= ${binary:Version})
|
||||||
Description: Proxmox HTTP library - Rust source code
|
Description: Proxmox HTTP library - Rust source code
|
||||||
This package contains the source for the Rust proxmox-http crate, packaged by
|
This package contains the source for the Rust proxmox-http crate, packaged by
|
||||||
debcargo for use with cargo and dh-cargo.
|
debcargo for use with cargo and dh-cargo.
|
||||||
@ -54,7 +54,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-http-0+base64-dev (= ${binary:Version}),
|
librust-proxmox-http-0+base64-dev (= ${binary:Version}),
|
||||||
librust-proxmox-http-0.5+base64-dev (= ${binary:Version}),
|
librust-proxmox-http-0.5+base64-dev (= ${binary:Version}),
|
||||||
librust-proxmox-http-0.5.0+base64-dev (= ${binary:Version})
|
librust-proxmox-http-0.5.1+base64-dev (= ${binary:Version})
|
||||||
Description: Proxmox HTTP library - feature "base64"
|
Description: Proxmox HTTP library - feature "base64"
|
||||||
This metapackage enables feature "base64" for the Rust proxmox-http crate, by
|
This metapackage enables feature "base64" for the Rust proxmox-http crate, by
|
||||||
pulling in any additional dependencies needed by that feature.
|
pulling in any additional dependencies needed by that feature.
|
||||||
@ -71,7 +71,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-http-0+client-dev (= ${binary:Version}),
|
librust-proxmox-http-0+client-dev (= ${binary:Version}),
|
||||||
librust-proxmox-http-0.5+client-dev (= ${binary:Version}),
|
librust-proxmox-http-0.5+client-dev (= ${binary:Version}),
|
||||||
librust-proxmox-http-0.5.0+client-dev (= ${binary:Version})
|
librust-proxmox-http-0.5.1+client-dev (= ${binary:Version})
|
||||||
Description: Proxmox HTTP library - feature "client"
|
Description: Proxmox HTTP library - feature "client"
|
||||||
This metapackage enables feature "client" for the Rust proxmox-http crate, by
|
This metapackage enables feature "client" for the Rust proxmox-http crate, by
|
||||||
pulling in any additional dependencies needed by that feature.
|
pulling in any additional dependencies needed by that feature.
|
||||||
@ -86,7 +86,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-http-0+futures-dev (= ${binary:Version}),
|
librust-proxmox-http-0+futures-dev (= ${binary:Version}),
|
||||||
librust-proxmox-http-0.5+futures-dev (= ${binary:Version}),
|
librust-proxmox-http-0.5+futures-dev (= ${binary:Version}),
|
||||||
librust-proxmox-http-0.5.0+futures-dev (= ${binary:Version})
|
librust-proxmox-http-0.5.1+futures-dev (= ${binary:Version})
|
||||||
Description: Proxmox HTTP library - feature "futures"
|
Description: Proxmox HTTP library - feature "futures"
|
||||||
This metapackage enables feature "futures" for the Rust proxmox-http crate, by
|
This metapackage enables feature "futures" for the Rust proxmox-http crate, by
|
||||||
pulling in any additional dependencies needed by that feature.
|
pulling in any additional dependencies needed by that feature.
|
||||||
@ -101,7 +101,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-http-0+http-dev (= ${binary:Version}),
|
librust-proxmox-http-0+http-dev (= ${binary:Version}),
|
||||||
librust-proxmox-http-0.5+http-dev (= ${binary:Version}),
|
librust-proxmox-http-0.5+http-dev (= ${binary:Version}),
|
||||||
librust-proxmox-http-0.5.0+http-dev (= ${binary:Version})
|
librust-proxmox-http-0.5.1+http-dev (= ${binary:Version})
|
||||||
Description: Proxmox HTTP library - feature "http"
|
Description: Proxmox HTTP library - feature "http"
|
||||||
This metapackage enables feature "http" for the Rust proxmox-http crate, by
|
This metapackage enables feature "http" for the Rust proxmox-http crate, by
|
||||||
pulling in any additional dependencies needed by that feature.
|
pulling in any additional dependencies needed by that feature.
|
||||||
@ -116,13 +116,13 @@ Depends:
|
|||||||
librust-http-0.2+default-dev,
|
librust-http-0.2+default-dev,
|
||||||
librust-hyper-0.14+default-dev,
|
librust-hyper-0.14+default-dev,
|
||||||
librust-hyper-0.14+full-dev,
|
librust-hyper-0.14+full-dev,
|
||||||
librust-proxmox-0.14-dev,
|
librust-proxmox-0.15-dev,
|
||||||
librust-tokio-1+io-util-dev,
|
librust-tokio-1+io-util-dev,
|
||||||
librust-tokio-openssl-0.6+default-dev (>= 0.6.1-~~)
|
librust-tokio-openssl-0.6+default-dev (>= 0.6.1-~~)
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-http-0+http-helpers-dev (= ${binary:Version}),
|
librust-proxmox-http-0+http-helpers-dev (= ${binary:Version}),
|
||||||
librust-proxmox-http-0.5+http-helpers-dev (= ${binary:Version}),
|
librust-proxmox-http-0.5+http-helpers-dev (= ${binary:Version}),
|
||||||
librust-proxmox-http-0.5.0+http-helpers-dev (= ${binary:Version})
|
librust-proxmox-http-0.5.1+http-helpers-dev (= ${binary:Version})
|
||||||
Description: Proxmox HTTP library - feature "http-helpers"
|
Description: Proxmox HTTP library - feature "http-helpers"
|
||||||
This metapackage enables feature "http-helpers" for the Rust proxmox-http
|
This metapackage enables feature "http-helpers" for the Rust proxmox-http
|
||||||
crate, by pulling in any additional dependencies needed by that feature.
|
crate, by pulling in any additional dependencies needed by that feature.
|
||||||
@ -138,7 +138,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-http-0+hyper-dev (= ${binary:Version}),
|
librust-proxmox-http-0+hyper-dev (= ${binary:Version}),
|
||||||
librust-proxmox-http-0.5+hyper-dev (= ${binary:Version}),
|
librust-proxmox-http-0.5+hyper-dev (= ${binary:Version}),
|
||||||
librust-proxmox-http-0.5.0+hyper-dev (= ${binary:Version})
|
librust-proxmox-http-0.5.1+hyper-dev (= ${binary:Version})
|
||||||
Description: Proxmox HTTP library - feature "hyper"
|
Description: Proxmox HTTP library - feature "hyper"
|
||||||
This metapackage enables feature "hyper" for the Rust proxmox-http crate, by
|
This metapackage enables feature "hyper" for the Rust proxmox-http crate, by
|
||||||
pulling in any additional dependencies needed by that feature.
|
pulling in any additional dependencies needed by that feature.
|
||||||
@ -153,7 +153,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-http-0+openssl-dev (= ${binary:Version}),
|
librust-proxmox-http-0+openssl-dev (= ${binary:Version}),
|
||||||
librust-proxmox-http-0.5+openssl-dev (= ${binary:Version}),
|
librust-proxmox-http-0.5+openssl-dev (= ${binary:Version}),
|
||||||
librust-proxmox-http-0.5.0+openssl-dev (= ${binary:Version})
|
librust-proxmox-http-0.5.1+openssl-dev (= ${binary:Version})
|
||||||
Description: Proxmox HTTP library - feature "openssl"
|
Description: Proxmox HTTP library - feature "openssl"
|
||||||
This metapackage enables feature "openssl" for the Rust proxmox-http crate, by
|
This metapackage enables feature "openssl" for the Rust proxmox-http crate, by
|
||||||
pulling in any additional dependencies needed by that feature.
|
pulling in any additional dependencies needed by that feature.
|
||||||
@ -164,11 +164,11 @@ Multi-Arch: same
|
|||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
librust-proxmox-http-dev (= ${binary:Version}),
|
librust-proxmox-http-dev (= ${binary:Version}),
|
||||||
librust-proxmox-0.14-dev
|
librust-proxmox-0.15-dev
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-http-0+proxmox-dev (= ${binary:Version}),
|
librust-proxmox-http-0+proxmox-dev (= ${binary:Version}),
|
||||||
librust-proxmox-http-0.5+proxmox-dev (= ${binary:Version}),
|
librust-proxmox-http-0.5+proxmox-dev (= ${binary:Version}),
|
||||||
librust-proxmox-http-0.5.0+proxmox-dev (= ${binary:Version})
|
librust-proxmox-http-0.5.1+proxmox-dev (= ${binary:Version})
|
||||||
Description: Proxmox HTTP library - feature "proxmox"
|
Description: Proxmox HTTP library - feature "proxmox"
|
||||||
This metapackage enables feature "proxmox" for the Rust proxmox-http crate, by
|
This metapackage enables feature "proxmox" for the Rust proxmox-http crate, by
|
||||||
pulling in any additional dependencies needed by that feature.
|
pulling in any additional dependencies needed by that feature.
|
||||||
@ -183,7 +183,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-http-0+proxmox-io-dev (= ${binary:Version}),
|
librust-proxmox-http-0+proxmox-io-dev (= ${binary:Version}),
|
||||||
librust-proxmox-http-0.5+proxmox-io-dev (= ${binary:Version}),
|
librust-proxmox-http-0.5+proxmox-io-dev (= ${binary:Version}),
|
||||||
librust-proxmox-http-0.5.0+proxmox-io-dev (= ${binary:Version})
|
librust-proxmox-http-0.5.1+proxmox-io-dev (= ${binary:Version})
|
||||||
Description: Proxmox HTTP library - feature "proxmox-io"
|
Description: Proxmox HTTP library - feature "proxmox-io"
|
||||||
This metapackage enables feature "proxmox-io" for the Rust proxmox-http crate,
|
This metapackage enables feature "proxmox-io" for the Rust proxmox-http crate,
|
||||||
by pulling in any additional dependencies needed by that feature.
|
by pulling in any additional dependencies needed by that feature.
|
||||||
@ -198,7 +198,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-http-0+tokio-dev (= ${binary:Version}),
|
librust-proxmox-http-0+tokio-dev (= ${binary:Version}),
|
||||||
librust-proxmox-http-0.5+tokio-dev (= ${binary:Version}),
|
librust-proxmox-http-0.5+tokio-dev (= ${binary:Version}),
|
||||||
librust-proxmox-http-0.5.0+tokio-dev (= ${binary:Version})
|
librust-proxmox-http-0.5.1+tokio-dev (= ${binary:Version})
|
||||||
Description: Proxmox HTTP library - feature "tokio"
|
Description: Proxmox HTTP library - feature "tokio"
|
||||||
This metapackage enables feature "tokio" for the Rust proxmox-http crate, by
|
This metapackage enables feature "tokio" for the Rust proxmox-http crate, by
|
||||||
pulling in any additional dependencies needed by that feature.
|
pulling in any additional dependencies needed by that feature.
|
||||||
@ -213,7 +213,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-http-0+tokio-openssl-dev (= ${binary:Version}),
|
librust-proxmox-http-0+tokio-openssl-dev (= ${binary:Version}),
|
||||||
librust-proxmox-http-0.5+tokio-openssl-dev (= ${binary:Version}),
|
librust-proxmox-http-0.5+tokio-openssl-dev (= ${binary:Version}),
|
||||||
librust-proxmox-http-0.5.0+tokio-openssl-dev (= ${binary:Version})
|
librust-proxmox-http-0.5.1+tokio-openssl-dev (= ${binary:Version})
|
||||||
Description: Proxmox HTTP library - feature "tokio-openssl"
|
Description: Proxmox HTTP library - feature "tokio-openssl"
|
||||||
This metapackage enables feature "tokio-openssl" for the Rust proxmox-http
|
This metapackage enables feature "tokio-openssl" for the Rust proxmox-http
|
||||||
crate, by pulling in any additional dependencies needed by that feature.
|
crate, by pulling in any additional dependencies needed by that feature.
|
||||||
@ -235,7 +235,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-http-0+websocket-dev (= ${binary:Version}),
|
librust-proxmox-http-0+websocket-dev (= ${binary:Version}),
|
||||||
librust-proxmox-http-0.5+websocket-dev (= ${binary:Version}),
|
librust-proxmox-http-0.5+websocket-dev (= ${binary:Version}),
|
||||||
librust-proxmox-http-0.5.0+websocket-dev (= ${binary:Version})
|
librust-proxmox-http-0.5.1+websocket-dev (= ${binary:Version})
|
||||||
Description: Proxmox HTTP library - feature "websocket"
|
Description: Proxmox HTTP library - feature "websocket"
|
||||||
This metapackage enables feature "websocket" for the Rust proxmox-http crate,
|
This metapackage enables feature "websocket" for the Rust proxmox-http crate,
|
||||||
by pulling in any additional dependencies needed by that feature.
|
by pulling in any additional dependencies needed by that feature.
|
||||||
|
Loading…
Reference in New Issue
Block a user