rebuild proc-macro-crate with toml_edit 0.22

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2024-10-15 12:26:12 +02:00
parent c6a5a784de
commit defdf39773
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
rust-proc-macro-crate (1.3.1-1~bpo12+pve2) proxmox-rust; urgency=medium
* Update toml_edit to 0.22
-- Fabian Grünbichler <debian@fabian.gruenbichler.email> Tue, 15 Oct 2024 12:25:12 +0200
rust-proc-macro-crate (1.3.1-1~bpo12+pve1) proxmox-rust; urgency=medium rust-proc-macro-crate (1.3.1-1~bpo12+pve1) proxmox-rust; urgency=medium
* Rebuild for Debian Bookworm / Proxmox * Rebuild for Debian Bookworm / Proxmox

View File

@ -7,7 +7,7 @@ Index: proc-macro-crate/Cargo.toml
[dependencies.toml_edit] [dependencies.toml_edit]
-version = "0.19" -version = "0.19"
+version = "0.21" +version = "0.22"
[dev-dependencies.proc-macro2] [dev-dependencies.proc-macro2]
version = "1.0.18" version = "1.0.18"