Skip to content

Commit

Permalink
chore(deps): update borsh requirement from 0.10 to 1.3
Browse files Browse the repository at this point in the history
Updates the requirements on [borsh](https://github.com/near/borsh-rs) to permit the latest version.
- [Release notes](https://github.com/near/borsh-rs/releases)
- [Changelog](https://github.com/near/borsh-rs/blob/master/CHANGELOG.md)
- [Commits](near/borsh-rs@borsh-v0.10.3...borsh-v0.10.3)

---
updated-dependencies:
- dependency-name: borsh
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent de2c530 commit 1d7d4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ authors = ["Informal Systems <[email protected]>"]

[workspace.dependencies]
# external dependencies
borsh = { version = "0.10", default-features = false }
borsh = { version = "1.3", default-features = false }
displaydoc = { version = "0.2", default-features = false }
derive_more = { version = "0.99.17", default-features = false, features = ["from", "into", "display", "try_into"] }
rstest = "0.18.2"
Expand Down

0 comments on commit 1d7d4cc

Please sign in to comment.