chore: bump borsh to 0.9.3 (#29606)
This commit is contained in:
parent
6d566889ef
commit
e36c7b8913
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue