wasm-bindgen-cli-support: rebuild

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2025-03-13 09:45:15 +01:00
parent 488e8363f1
commit f1161afa37
3 changed files with 20 additions and 0 deletions

View File

@ -1,3 +1,9 @@
rust-wasm-bindgen-cli-support (0.2.92-1~bpo12+pve2) proxmox-rust; urgency=medium
* Rebuild for Debian Bookworm / Proxmox with debcargo 2.7.8 and base64 0.22
-- Proxmox Support Team <support@proxmox.com> Thu, 13 Mar 2025 09:44:51 +0100
rust-wasm-bindgen-cli-support (0.2.92-1~bpo12+pve1) proxmox-rust; urgency=medium
* Rebuild for Debian Bookworm / Proxmox

View File

@ -0,0 +1,13 @@
Index: wasm-bindgen-cli-support/Cargo.toml
===================================================================
--- wasm-bindgen-cli-support.orig/Cargo.toml
+++ wasm-bindgen-cli-support/Cargo.toml
@@ -28,7 +28,7 @@ resolver = "2"
version = "1.0"
[dependencies.base64]
-version = "0.21"
+version = "0.22"
[dependencies.log]
version = "0.4"

View File

@ -0,0 +1 @@
relax-base64.patch