mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-02 12:18:12 +00:00
openid: bump to 0.10.3-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
9ae3df424e
commit
c1a947c998
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-openid"
|
||||
version = "0.10.2"
|
||||
version = "0.10.3"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-openid (0.10.3-1) bookworm; urgency=medium
|
||||
|
||||
* drop unused dependency on url
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 14 Aug 2024 12:00:32 +0200
|
||||
|
||||
rust-proxmox-openid (0.10.2-1) bookworm; urgency=medium
|
||||
|
||||
* rebuild with proxmox-sys 6.0
|
||||
|
@ -19,8 +19,7 @@ Build-Depends: debhelper (>= 12),
|
||||
librust-serde-json-1+default-dev <!nocheck>,
|
||||
librust-thiserror-1+default-dev <!nocheck>,
|
||||
librust-ureq-2+gzip-dev (>= 2.4-~~) <!nocheck>,
|
||||
librust-ureq-2+native-tls-dev (>= 2.4-~~) <!nocheck>,
|
||||
librust-url-2+default-dev (>= 2.2-~~) <!nocheck>
|
||||
librust-ureq-2+native-tls-dev (>= 2.4-~~) <!nocheck>
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
Standards-Version: 4.6.2
|
||||
Vcs-Git:
|
||||
@ -46,15 +45,14 @@ Depends:
|
||||
librust-serde-json-1+default-dev,
|
||||
librust-thiserror-1+default-dev,
|
||||
librust-ureq-2+gzip-dev (>= 2.4-~~),
|
||||
librust-ureq-2+native-tls-dev (>= 2.4-~~),
|
||||
librust-url-2+default-dev (>= 2.2-~~)
|
||||
librust-ureq-2+native-tls-dev (>= 2.4-~~)
|
||||
Provides:
|
||||
librust-proxmox-openid+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-openid-0-dev (= ${binary:Version}),
|
||||
librust-proxmox-openid-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-openid-0.10-dev (= ${binary:Version}),
|
||||
librust-proxmox-openid-0.10+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-openid-0.10.2-dev (= ${binary:Version}),
|
||||
librust-proxmox-openid-0.10.2+default-dev (= ${binary:Version})
|
||||
librust-proxmox-openid-0.10.3-dev (= ${binary:Version}),
|
||||
librust-proxmox-openid-0.10.3+default-dev (= ${binary:Version})
|
||||
Description: Rust crate "proxmox-openid" - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-openid"
|
||||
|
Loading…
Reference in New Issue
Block a user