diff --git a/src/wasm-bindgen-cli-support/debian/changelog b/src/wasm-bindgen-cli-support/debian/changelog index 2e5ca818d..b2df58a80 100644 --- a/src/wasm-bindgen-cli-support/debian/changelog +++ b/src/wasm-bindgen-cli-support/debian/changelog @@ -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 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 diff --git a/src/wasm-bindgen-cli-support/debian/patches/relax-base64.patch b/src/wasm-bindgen-cli-support/debian/patches/relax-base64.patch new file mode 100644 index 000000000..ea8a501d1 --- /dev/null +++ b/src/wasm-bindgen-cli-support/debian/patches/relax-base64.patch @@ -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" diff --git a/src/wasm-bindgen-cli-support/debian/patches/series b/src/wasm-bindgen-cli-support/debian/patches/series new file mode 100644 index 000000000..0baa50e2e --- /dev/null +++ b/src/wasm-bindgen-cli-support/debian/patches/series @@ -0,0 +1 @@ +relax-base64.patch