[pbs-devel] [PATCH proxmox-websocket-tunnel 1/2] update base64 dependency
Dominik Csapak
d.csapak at proxmox.com
Wed May 21 10:45:22 CEST 2025
to make it compile again
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index de5e45b..008bf4c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ exclude = ["debian"]
[dependencies]
anyhow = "1.0"
-base64 = "0.21"
+base64 = "0.22"
futures = "0.3"
futures-util = "0.3"
hex = "0.4"
--
2.39.5
More information about the pbs-devel
mailing list