From 420285ea8c10ae9e4bff4821754bd7f9b77a780d Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 4 Sep 2024 15:42:47 +0200 Subject: [PATCH] acme-api: bump to 0.1.6-1 Signed-off-by: Wolfgang Bumiller --- proxmox-acme-api/Cargo.toml | 2 +- proxmox-acme-api/debian/changelog | 6 ++++++ proxmox-acme-api/debian/control | 12 ++++++------ 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/proxmox-acme-api/Cargo.toml b/proxmox-acme-api/Cargo.toml index c141e1f6..f289d027 100644 --- a/proxmox-acme-api/Cargo.toml +++ b/proxmox-acme-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-acme-api" -version = "0.1.5" +version = "0.1.6" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-acme-api/debian/changelog b/proxmox-acme-api/debian/changelog index a409bd81..a11e4b57 100644 --- a/proxmox-acme-api/debian/changelog +++ b/proxmox-acme-api/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-acme-api (0.1.6-1) bookworm; urgency=medium + + * rebuild with new rest-server and router dependencies + + -- Proxmox Support Team Wed, 04 Sep 2024 15:42:27 +0200 + rust-proxmox-acme-api (0.1.5-1) bookworm; urgency=medium * replace lazy_static with std's LazyLock and drop the dependency diff --git a/proxmox-acme-api/debian/control b/proxmox-acme-api/debian/control index 7e262c06..4dad5966 100644 --- a/proxmox-acme-api/debian/control +++ b/proxmox-acme-api/debian/control @@ -46,8 +46,8 @@ Provides: librust-proxmox-acme-api-0+default-dev (= ${binary:Version}), librust-proxmox-acme-api-0.1-dev (= ${binary:Version}), librust-proxmox-acme-api-0.1+default-dev (= ${binary:Version}), - librust-proxmox-acme-api-0.1.5-dev (= ${binary:Version}), - librust-proxmox-acme-api-0.1.5+default-dev (= ${binary:Version}) + librust-proxmox-acme-api-0.1.6-dev (= ${binary:Version}), + librust-proxmox-acme-api-0.1.6+default-dev (= ${binary:Version}) Description: ACME API implementation - Rust source code Source code for Debianized Rust crate "proxmox-acme-api" @@ -70,10 +70,10 @@ Depends: librust-proxmox-acme-0.5+impl-dev (>= 0.5.2-~~), librust-proxmox-config-digest-0.1+default-dev, librust-proxmox-config-digest-0.1+openssl-dev, - librust-proxmox-log-0.2+default-dev (>= 0.2.1-~~), + librust-proxmox-log-0.2+default-dev (>= 0.2.3-~~), librust-proxmox-product-config-0.2+default-dev, - librust-proxmox-rest-server-0.7+default-dev, - librust-proxmox-router-2+default-dev (>= 2.1.5-~~), + librust-proxmox-rest-server-0.8+default-dev, + librust-proxmox-router-3+default-dev, librust-proxmox-section-config-2+default-dev (>= 2.1.0-~~), librust-proxmox-sys-0.6+default-dev, librust-proxmox-time-2+default-dev, @@ -83,7 +83,7 @@ Depends: Provides: librust-proxmox-acme-api-0+impl-dev (= ${binary:Version}), librust-proxmox-acme-api-0.1+impl-dev (= ${binary:Version}), - librust-proxmox-acme-api-0.1.5+impl-dev (= ${binary:Version}) + librust-proxmox-acme-api-0.1.6+impl-dev (= ${binary:Version}) Description: ACME API implementation - feature "impl" This metapackage enables feature "impl" for the Rust proxmox-acme-api crate, by pulling in any additional dependencies needed by that feature.