Skip to content

Commit 7380bba

Browse files
Bump borsh-derive from 0.9.3 to 1.5.7
Bumps [borsh-derive](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-derive-v1.5.7) --- updated-dependencies: - dependency-name: borsh-derive dependency-version: 1.5.7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8735834 commit 7380bba

File tree

16 files changed

+64
-30
lines changed

16 files changed

+64
-30
lines changed

Cargo.lock

Lines changed: 49 additions & 15 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
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
solana-program = "2.0"
88
borsh = "0.9.3"
9-
borsh-derive = "0.9.1"
9+
borsh-derive = "1.5.7"
1010

1111
[lib]
1212
crate-type = ["cdylib", "lib"]

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

1111
[lib]

basics/favorites/native/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
borsh = "0.9.3"
88
solana-program = "2.0"
9-
borsh-derive = "0.9.1"
9+
borsh-derive = "1.5.7"
1010

1111
[lib]
1212
crate-type = ["cdylib", "lib"]

basics/pda-rent-payer/native/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
solana-program = "2.0"
88
borsh = "0.9.3"
9-
borsh-derive = "0.9.1"
9+
borsh-derive = "1.5.7"
1010

1111
[lib]
1212
crate-type = ["cdylib", "lib"]

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

1111
[lib]

basics/program-derived-addresses/native/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
solana-program = "2.0"
88
borsh = "0.9.3"
9-
borsh-derive = "0.9.1"
9+
borsh-derive = "1.5.7"
1010

1111
[lib]
1212
crate-type = ["cdylib", "lib"]

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

1111
[lib]

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

1111
[lib]

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

1111
[lib]

0 commit comments

Comments
 (0)