chore: bump borsh to 0.9.3 (#29606)

This commit is contained in:
Yihau Chen 2023-02-11 22:15:46 +08:00 committed by GitHub
parent 6d566889ef
commit e36c7b8913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ edition = "2021"
[dependencies]
bincode = "1.3.1"
blake3 = { version = "1.3.1", features = ["digest", "traits-preview"] }
borsh = "0.9.1"
borsh = "0.9.3"
borsh-derive = "0.9.1"
bs58 = "0.4.0"
bv = { version = "0.11.1", features = ["serde"] }
@ -70,7 +70,7 @@ parking_lot = "0.12"
anyhow = "1.0.58"
assert_matches = "1.3.0"
bincode = "1.3.1"
borsh = "0.9.1"
borsh = "0.9.3"
borsh-derive = "0.9.1"
serde_json = "1.0.56"
static_assertions = "1.1.0"

View File

@ -13,7 +13,7 @@ edition = "2021"
Inflector = "0.11.4"
base64 = "0.13.0"
bincode = "1.3.3"
borsh = "0.9.1"
borsh = "0.9.3"
bs58 = "0.4.0"
lazy_static = "1.4.0"
log = "0.4.17"