Skip to content

Commit 6a99bb6

Browse files
chore(deps): bump borsh-derive from 0.9.3 to 1.6.1
Bumps [borsh-derive](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-derive-v1.6.1) --- updated-dependencies: - dependency-name: borsh-derive 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 0b9bae3 commit 6a99bb6

3 files changed

Lines changed: 23 additions & 76 deletions

File tree

Cargo.lock

Lines changed: 21 additions & 74 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
@@ -64,7 +64,7 @@ overflow-checks = true
6464

6565
# misc
6666
borsh = "1.6.1"
67-
borsh-derive = "1.5.7"
67+
borsh-derive = "1.6.1"
6868
mpl-token-metadata = { version = "5.1.1", features = [ "no-entrypoint" ] }
6969

7070

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

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

66
[dependencies]
77
borsh = "1.6.1"
8-
borsh-derive = "0.9.1"
8+
borsh-derive = "1.6.1"
99
solana-program = "4.0"
1010

1111
[lib]

0 commit comments

Comments
 (0)