Skip to content

Commit

Permalink
build(deps): bump borsh from 1.5.3 to 1.5.4 (#25)
Browse files Browse the repository at this point in the history
Bumps [borsh](https://github.com/near/borsh-rs) from 1.5.3 to 1.5.4.
- [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-v1.5.3...borsh-v1.5.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent c784227 commit 78ac42a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
46 changes: 23 additions & 23 deletions 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 clients/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/solana-labs/solana-program-library"
version = "2.0.0"

[dependencies]
borsh = "1.5.3"
borsh = "1.5.4"
clap = "2.33.3"
serde = "1.0.217"
serde_derive = "1.0.130"
Expand Down
2 changes: 1 addition & 1 deletion program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test-sbf = []

[dependencies]
arrayref = "0.3.9"
borsh = "1.5.3"
borsh = "1.5.4"
bytemuck = "1.21"
num-derive = "0.4"
num-traits = "0.2"
Expand Down

0 comments on commit 78ac42a

Please sign in to comment.