Replace bincode with bincode_next
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-12-30 08:53:25 +01:00
parent a40f453989
commit ef8ea24cf3
3 changed files with 20 additions and 20 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-next = "2.0.4"
fs4 = { version = "0.13.1", features = ["sync"] }
zip = { version = "6.0.0", features = ["bzip2"] }
walkdir = "2.5.0"