Update Rust crate bincode to v3
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-12-30 00:39:31 +00:00
parent a40f453989
commit 83ffaca23f
2 changed files with 3 additions and 29 deletions

View File

@@ -40,7 +40,7 @@ jsonwebtoken = { version = "10.2.0", features = ["use_pem", "rust_crypto"] }
prettytable-rs = "0.10.0"
chrono = "0.4.42"
serde_yml = "0.0.12"
bincode = "2.0.1"
bincode = "3.0.0"
fs4 = { version = "0.13.1", features = ["sync"] }
zip = { version = "6.0.0", features = ["bzip2"] }
walkdir = "2.5.0"