Skip to content

Commit

Permalink
Bump borsh from 0.9.3 to 1.0.0 in /src/program-rust
Browse files Browse the repository at this point in the history
Bumps [borsh](https://github.com/near/borsh-rs) from 0.9.3 to 1.0.0.
- [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.3...borsh-v1.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent 354e890 commit a371eb1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
27 changes: 21 additions & 6 deletions src/program-rust/Cargo.lock

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

2 changes: 1 addition & 1 deletion src/program-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2018"
no-entrypoint = []

[dependencies]
borsh = "0.9.3"
borsh = "1.0.0"
borsh-derive = "0.10.0"
solana-program = "~1.10.35"

Expand Down

0 comments on commit a371eb1

Please sign in to comment.