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

This commit is contained in:
2025-12-17 00:30:12 +00:00
parent 8338f03b84
commit 5c7e8b0c44
2 changed files with 3 additions and 29 deletions

View File

@@ -19,7 +19,7 @@ serde_json = "1.0.115"
urlencoding = "2.1.3"
# Dependencies for crypto wrapper
bincode = { version = "2.0.0-rc.3", optional = true }
bincode = { version = "3.0.0", optional = true }
aes-gcm = { version = "0.10.3", optional = true }
rand = { version = "0.9.0", optional = true }