Bump borsh from 0.8.1 to 0.9.0 (#18230)

This commit is contained in:
Tyera Eulberg
2021-06-25 14:43:04 -06:00
committed by GitHub
parent 78fe5576a9
commit 7ed2cf30a5
4 changed files with 113 additions and 39 deletions

View File

@@ -11,8 +11,8 @@ edition = "2018"
[dependencies]
bincode = "1.3.1"
borsh = "0.8.1"
borsh-derive = "0.8.1"
borsh = "0.9.0"
borsh-derive = "0.9.0"
bs58 = "0.3.1"
bv = { version = "0.11.1", features = ["serde"] }
hex = "0.4.2"