chore: bump borsh from 0.9.2 to 0.9.3 (#23033)

* chore: bump borsh from 0.9.2 to 0.9.3

Bumps [borsh](https://github.com/near/borsh-rs) from 0.9.2 to 0.9.3.
- [Release notes](https://github.com/near/borsh-rs/releases)
- [Changelog](https://github.com/near/borsh-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/near/borsh-rs/compare/v0.9.2...v0.9.3)

---
updated-dependencies:
- dependency-name: borsh
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot]
2022-02-09 12:02:57 -07:00
committed by GitHub
parent 205cd4609b
commit e545828fc5
4 changed files with 18 additions and 18 deletions

View File

@ -41,7 +41,7 @@ assert_matches = { version = "1.5.0", optional = true }
bincode = "1.3.3"
bitflags = "1.3.1"
bytemuck = { version = "1.7.3", features = ["derive"] }
borsh = "0.9.2"
borsh = "0.9.3"
base64 = "0.13"
bs58 = "0.4.0"
byteorder = { version = "1.4.3", optional = true }