auth-api: bump to 0.4.5
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
bdb28cc8bf
commit
c319c5925d
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-auth-api"
|
||||
version = "0.4.4"
|
||||
version = "0.4.5"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,11 @@
|
||||
rust-proxmox-auth-api (0.4.5) bookworm; urgency=medium
|
||||
|
||||
* replace lazy_static with std's LazyLock and drop the dependency
|
||||
|
||||
* doc and clippy fixes
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 14 Aug 2024 11:15:30 +0200
|
||||
|
||||
rust-proxmox-auth-api (0.4.4) bookworm; urgency=medium
|
||||
|
||||
* rebuild with proxmox-log 0.2 and proxmox-rest-server 0.7.0
|
||||
|
@ -4,7 +4,7 @@ Priority: optional
|
||||
Build-Depends: debhelper (>= 12),
|
||||
dh-cargo (>= 25),
|
||||
cargo:native <!nocheck>,
|
||||
rustc:native <!nocheck>,
|
||||
rustc:native (>= 1.80) <!nocheck>,
|
||||
libstd-rust-dev <!nocheck>,
|
||||
librust-anyhow-1+default-dev <!nocheck>
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
@ -32,8 +32,8 @@ Provides:
|
||||
librust-proxmox-auth-api-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.4-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.4+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.4.4-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.4.4+default-dev (= ${binary:Version})
|
||||
librust-proxmox-auth-api-0.4.5-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.4.5+default-dev (= ${binary:Version})
|
||||
Description: Tickets, API and Realm handling - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-auth-api"
|
||||
|
||||
@ -54,7 +54,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-auth-api-0+api-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.4+api-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.4.4+api-dev (= ${binary:Version})
|
||||
librust-proxmox-auth-api-0.4.5+api-dev (= ${binary:Version})
|
||||
Description: Tickets, API and Realm handling - feature "api"
|
||||
This metapackage enables feature "api" for the Rust proxmox-auth-api crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -66,7 +66,6 @@ Depends:
|
||||
${misc:Depends},
|
||||
librust-proxmox-auth-api-dev (= ${binary:Version}),
|
||||
librust-const-format-0.2+default-dev,
|
||||
librust-lazy-static-1+default-dev (>= 1.4-~~),
|
||||
librust-proxmox-schema-3+api-macro-dev (>= 3.1.2-~~),
|
||||
librust-proxmox-schema-3+api-types-dev (>= 3.1.2-~~),
|
||||
librust-proxmox-schema-3+default-dev (>= 3.1.2-~~),
|
||||
@ -77,7 +76,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-auth-api-0+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.4+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.4.4+api-types-dev (= ${binary:Version})
|
||||
librust-proxmox-auth-api-0.4.5+api-types-dev (= ${binary:Version})
|
||||
Description: Tickets, API and Realm handling - feature "api-types"
|
||||
This metapackage enables feature "api-types" for the Rust proxmox-auth-api
|
||||
crate, by pulling in any additional dependencies needed by that feature.
|
||||
@ -95,7 +94,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-auth-api-0+pam-authenticator-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.4+pam-authenticator-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.4.4+pam-authenticator-dev (= ${binary:Version})
|
||||
librust-proxmox-auth-api-0.4.5+pam-authenticator-dev (= ${binary:Version})
|
||||
Description: Tickets, API and Realm handling - feature "pam-authenticator"
|
||||
This metapackage enables feature "pam-authenticator" for the Rust proxmox-auth-
|
||||
api crate, by pulling in any additional dependencies needed by that feature.
|
||||
@ -115,7 +114,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-auth-api-0+password-authenticator-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.4+password-authenticator-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.4.4+password-authenticator-dev (= ${binary:Version})
|
||||
librust-proxmox-auth-api-0.4.5+password-authenticator-dev (= ${binary:Version})
|
||||
Description: Tickets, API and Realm handling - feature "password-authenticator"
|
||||
This metapackage enables feature "password-authenticator" for the Rust proxmox-
|
||||
auth-api crate, by pulling in any additional dependencies needed by that
|
||||
@ -133,7 +132,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-auth-api-0+ticket-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.4+ticket-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.4.4+ticket-dev (= ${binary:Version})
|
||||
librust-proxmox-auth-api-0.4.5+ticket-dev (= ${binary:Version})
|
||||
Description: Tickets, API and Realm handling - feature "ticket"
|
||||
This metapackage enables feature "ticket" for the Rust proxmox-auth-api crate,
|
||||
by pulling in any additional dependencies needed by that feature.
|
||||
|
Loading…
x
Reference in New Issue
Block a user