]> git.proxmox.com Git - proxmox-acme-rs.git/commitdiff
bump version to 0.3.2
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 18 Nov 2021 11:49:36 +0000 (12:49 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 18 Nov 2021 11:56:16 +0000 (12:56 +0100)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Cargo.toml
debian/changelog
debian/control

index 7f2f792cdcbe9b954acaf4ecda6678052343fe68..573a3a4cdb248b7560d484ab3d4c15dcebced216 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-acme-rs"
-version = "0.3.1"
+version = "0.3.2"
 authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
 edition = "2018"
 license = "AGPL-3"
index 0171e9b6abf438212a442e7e7c8f9a965385e96a..8a61585bdf218849c9efb9f96023d91a2f6f1cd5 100644 (file)
@@ -1,3 +1,9 @@
+rust-proxmox-acme-rs (0.3.2) pve; urgency=medium
+
+  * rebuild with base64 0.13
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 18 Nov 2021 12:49:25 +0100
+
 rust-proxmox-acme-rs (0.3.1) pve; urgency=medium
 
   * add proxy support
index 73ad9d211afd1fb79ddb58fead0be097d5790676..c95cf0acd24c337276916a7f2e67a868d488915f 100644 (file)
@@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 12),
  cargo:native <!nocheck>,
  rustc:native <!nocheck>,
  libstd-rust-dev <!nocheck>,
- librust-base64-0.12+default-dev <!nocheck>,
+ librust-base64-0.13+default-dev <!nocheck>,
  librust-openssl-0.10+default-dev (>= 0.10.29-~~) <!nocheck>,
  librust-serde-1+default-dev <!nocheck>,
  librust-serde-1+derive-dev <!nocheck>,
@@ -22,7 +22,7 @@ Architecture: any
 Multi-Arch: same
 Depends:
  ${misc:Depends},
- librust-base64-0.12+default-dev,
+ librust-base64-0.13+default-dev,
  librust-openssl-0.10+default-dev (>= 0.10.29-~~),
  librust-serde-1+default-dev,
  librust-serde-1+derive-dev,
@@ -35,8 +35,8 @@ Provides:
  librust-proxmox-acme-rs-0+default-dev (= ${binary:Version}),
  librust-proxmox-acme-rs-0.3-dev (= ${binary:Version}),
  librust-proxmox-acme-rs-0.3+default-dev (= ${binary:Version}),
- librust-proxmox-acme-rs-0.3.1-dev (= ${binary:Version}),
- librust-proxmox-acme-rs-0.3.1+default-dev (= ${binary:Version})
+ librust-proxmox-acme-rs-0.3.2-dev (= ${binary:Version}),
+ librust-proxmox-acme-rs-0.3.2+default-dev (= ${binary:Version})
 Description: ACME client library - Rust source code
  This package contains the source for the Rust proxmox-acme-rs crate, packaged
  by debcargo for use with cargo and dh-cargo.
@@ -54,8 +54,8 @@ Provides:
  librust-proxmox-acme-rs-0+curl-dev (= ${binary:Version}),
  librust-proxmox-acme-rs-0.3+client-dev (= ${binary:Version}),
  librust-proxmox-acme-rs-0.3+curl-dev (= ${binary:Version}),
- librust-proxmox-acme-rs-0.3.1+client-dev (= ${binary:Version}),
- librust-proxmox-acme-rs-0.3.1+curl-dev (= ${binary:Version})
+ librust-proxmox-acme-rs-0.3.2+client-dev (= ${binary:Version}),
+ librust-proxmox-acme-rs-0.3.2+curl-dev (= ${binary:Version})
 Description: ACME client library - feature "client" and 1 more
  This metapackage enables feature "client" for the Rust proxmox-acme-rs crate,
  by pulling in any additional dependencies needed by that feature.