Update Rust crate bincode to v3
This commit is contained in:
@@ -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 }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user