Skip to content

Commit 4a87eb3

Browse files
Bump borsh from 0.9.3 to 1.5.7
Bumps [borsh](https://github.com/near/borsh-rs) from 0.9.3 to 1.5.7. - [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.7) --- updated-dependencies: - dependency-name: borsh dependency-version: 1.5.7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4b8594e commit 4a87eb3

File tree

18 files changed

+34
-34
lines changed

18 files changed

+34
-34
lines changed

Cargo.lock

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

basics/account-data/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
solana-program = "2.0"
8-
borsh = "0.9.3"
8+
borsh = "1.5.7"
99
borsh-derive = "0.9.1"
1010

1111
[lib]

basics/close-account/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.5.7"
88
borsh-derive = "0.9.1"
99
solana-program = "2.0"
1010

basics/counter/mpl-stack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ cpi = ["no-entrypoint"]
1212
default = []
1313

1414
[dependencies]
15-
borsh = "0.9"
15+
borsh = "1.5"
1616
shank = "0.0.8"
1717
solana-program = "2.1"

basics/counter/native/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ cpi = ["no-entrypoint"]
1212
default = []
1313

1414
[dependencies]
15-
borsh = "0.9.3"
15+
borsh = "1.5.7"
1616
solana-program = "2.0"

basics/favorites/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.5.7"
88
solana-program = "2.0"
99
borsh-derive = "0.9.1"
1010

basics/pda-rent-payer/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
solana-program = "2.0"
8-
borsh = "0.9.3"
8+
borsh = "1.5.7"
99
borsh-derive = "0.9.1"
1010

1111
[lib]

basics/processing-instructions/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.5.7"
88
borsh-derive = "0.9.1"
99
solana-program = "2.0"
1010

basics/program-derived-addresses/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
solana-program = "2.0"
8-
borsh = "0.9.3"
8+
borsh = "1.5.7"
99
borsh-derive = "0.9.1"
1010

1111
[lib]

basics/realloc/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.5.7"
88
borsh-derive = "0.9.1"
99
solana-program = "2.0"
1010

0 commit comments

Comments
 (0)