chore: bump borsh from 0.9.0 to 0.9.1 (#18664)

* chore: bump borsh from 0.9.0 to 0.9.1

Bumps [borsh](https://github.com/near/borsh-rs) from 0.9.0 to 0.9.1.
- [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.0...v0.9.1)

---
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

* Bump other borsh deps

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>
This commit is contained in:
dependabot[bot]
2021-07-14 22:31:12 -06:00
committed by GitHub
parent d117be6792
commit 21868439d5
4 changed files with 34 additions and 34 deletions

View File

@@ -11,8 +11,8 @@ edition = "2018"
[dependencies]
bincode = "1.3.3"
borsh = "0.9.0"
borsh-derive = "0.9.0"
borsh = "0.9.1"
borsh-derive = "0.9.1"
futures = "0.3"
mio = "0.7.13"
solana-banks-interface = { path = "../banks-interface", version = "=1.8.0" }