Skip to content

Commit

Permalink
build(deps): bump borsh from 1.5.1 to 1.5.2 (#7470)
Browse files Browse the repository at this point in the history
Bumps [borsh](https://github.com/near/borsh-rs) from 1.5.1 to 1.5.2.
- [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.1...borsh-v1.5.2)

---
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 Nov 8, 2024
1 parent 40745f6 commit 335e8e8
Show file tree
Hide file tree
Showing 23 changed files with 63 additions and 76 deletions.
95 changes: 41 additions & 54 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 associated-token-account/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ no-entrypoint = []
test-sbf = []

[dependencies]
borsh = "1.5.1"
borsh = "1.5.2"
num-derive = "0.4"
num-traits = "0.2"
solana-program = "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion binary-option/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spl-token = { version = "7.0", path = "../../token/program", features = [
"no-entrypoint",
] }
arrayref = "0.3.9"
borsh = "1.5.1"
borsh = "1.5.2"
uint = "0.10"

[lib]
Expand Down
Loading

0 comments on commit 335e8e8

Please sign in to comment.