Skip to content

Commit a17689c

Browse files
chore(deps): bump borsh from 0.9.3 to 1.6.1
Bumps [borsh](https://github.com/near/borsh-rs) from 0.9.3 to 1.6.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.3...borsh-v1.6.1) --- updated-dependencies: - dependency-name: borsh dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6063401 commit a17689c

File tree

4 files changed

+10
-40
lines changed

4 files changed

+10
-40
lines changed

Cargo.lock

Lines changed: 7 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ overflow-checks = true
5959
[workspace.dependencies]
6060

6161
# misc
62-
borsh = "1.5.7"
62+
borsh = "1.6.1"
6363
borsh-derive = "1.5.7"
6464
mpl-token-metadata = { version = "5.1.1", features = [ "no-entrypoint" ] }
6565

basics/counter/mpl-stack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ custom-heap = []
1414
custom-panic = []
1515

1616
[dependencies]
17-
borsh = "0.9"
17+
borsh = "1.6"
1818
shank = "0.4.8"
1919
solana-program = "2.1"
2020

basics/repository-layout/native/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
borsh = "0.9.3"
7+
borsh = "1.6.1"
88
borsh-derive = "0.9.1"
99
solana-program = "2.0"
1010

0 commit comments

Comments
 (0)