Skip to content

Commit

Permalink
chore: bump borsh from 0.9.0 to 0.9.1 (solana-labs#18664)
Browse files Browse the repository at this point in the history
* 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](near/borsh-rs@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] <[email protected]>

* [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 <[email protected]>
Co-authored-by: Tyera Eulberg <[email protected]>
  • Loading branch information
3 people authored Jul 15, 2021
1 parent d117be6 commit 2186843
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 34 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions banks-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
30 changes: 15 additions & 15 deletions programs/bpf/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sdk/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ edition = "2018"
[dependencies]
bincode = "1.3.1"
blake3 = "0.3.7"
borsh = "0.9.0"
borsh-derive = "0.9.0"
borsh = "0.9.1"
borsh-derive = "0.9.1"
bs58 = "0.4.0"
bv = { version = "0.11.1", features = ["serde"] }
hex = "0.4.2"
Expand Down

0 comments on commit 2186843

Please sign in to comment.