Skip to content

Commit

Permalink
Bump borsh from 0.9.3 to 1.5.1
Browse files Browse the repository at this point in the history
Bumps [borsh](https://github.com/near/borsh-rs) from 0.9.3 to 1.5.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.5.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 45e302a commit 4f1f735
Show file tree
Hide file tree
Showing 17 changed files with 159 additions and 74 deletions.
201 changes: 143 additions & 58 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basics/account-data/native/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
solana-program = "=1.18.17"
borsh = "0.9.3"
borsh = "1.5.1"
borsh-derive = "0.9.1"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion basics/close-account/native/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
borsh = "0.9.3"
borsh = "1.5.1"
borsh-derive = "0.9.1"
solana-program = "=1.18.17"

Expand Down
2 changes: 1 addition & 1 deletion basics/counter/mpl-stack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ cpi = ["no-entrypoint"]
default = []

[dependencies]
borsh = "0.9"
borsh = "1.5"
shank = "0.0.8"
solana-program = "=1.18.17"
2 changes: 1 addition & 1 deletion basics/counter/native/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ cpi = ["no-entrypoint"]
default = []

[dependencies]
borsh = "0.9.3"
borsh = "1.5.1"
solana-program = "=1.18.17"
2 changes: 1 addition & 1 deletion basics/pda-rent-payer/native/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
solana-program = "=1.18.17"
borsh = "0.9.3"
borsh = "1.5.1"
borsh-derive = "0.9.1"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion basics/processing-instructions/native/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
borsh = "0.9.3"
borsh = "1.5.1"
borsh-derive = "0.9.1"
solana-program = "=1.18.17"

Expand Down
2 changes: 1 addition & 1 deletion basics/program-derived-addresses/native/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
solana-program = "=1.18.17"
borsh = "0.9.3"
borsh = "1.5.1"
borsh-derive = "0.9.1"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion basics/realloc/native/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
borsh = "0.9.3"
borsh = "1.5.1"
borsh-derive = "0.9.1"
solana-program = "=1.18.17"

Expand Down
2 changes: 1 addition & 1 deletion basics/rent/native/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
borsh = "0.9.3"
borsh = "1.5.1"
borsh-derive = "0.9.1"
solana-program = "=1.18.17"

Expand Down
2 changes: 1 addition & 1 deletion basics/repository-layout/native/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
borsh = "0.9.3"
borsh = "1.5.1"
borsh-derive = "0.9.1"
solana-program = "=1.18.17"

Expand Down
2 changes: 1 addition & 1 deletion basics/transfer-sol/native/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
borsh = "0.9.3"
borsh = "1.5.1"
borsh-derive = "0.9.1"
solana-program = "=1.18.17"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
borsh = "0.9.3"
borsh = "1.5.1"
borsh-derive = "0.9.1"
solana-program = "1.18.17"
spl-associated-token-account = { version="2.0.0", features = [ "no-entrypoint" ] }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
borsh = "0.9.3"
borsh = "1.5.1"
borsh-derive = "0.9.1"
solana-program = "1.16.10"
spl-associated-token-account = { version="2.0.0", features = [ "no-entrypoint" ] }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
borsh = "0.9.3"
borsh = "1.5.1"
borsh-derive = "0.9.1"
solana-program = "1.18.17"
spl-associated-token-account = { version="2.0.0", features = [ "no-entrypoint" ] }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
borsh = "0.9.3"
borsh = "1.5.1"
borsh-derive = "0.9.1"
solana-program = "=1.18.17"
spl-associated-token-account = { version="2.0.0", features = [ "no-entrypoint" ] }
Expand Down
2 changes: 1 addition & 1 deletion tokens/token-2022/transfer-fee/native/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
borsh = "0.10.3"
borsh = "1.5.1"
borsh-derive = "0.9.1"
solana-program = "=1.18.17"
spl-associated-token-account = { version="2.0.0", features = [ "no-entrypoint" ] }
Expand Down

0 comments on commit 4f1f735

Please sign in to comment.