Skip to content

Commit 0aed5cb

Browse files
Bump borsh-derive from 0.9.3 to 1.5.1
Bumps [borsh-derive](https://github.com/nearprotocol/borsh) from 0.9.3 to 1.5.1. - [Commits](https://github.com/nearprotocol/borsh/commits) --- updated-dependencies: - dependency-name: borsh-derive dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 45e302a commit 0aed5cb

File tree

15 files changed

+155
-70
lines changed

15 files changed

+155
-70
lines changed

Cargo.lock

Lines changed: 141 additions & 56 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 = "=1.18.17"
88
borsh = "0.9.3"
9-
borsh-derive = "0.9.1"
9+
borsh-derive = "1.5.1"
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.1"
99
solana-program = "=1.18.17"
1010

1111
[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 = "=1.18.17"
88
borsh = "0.9.3"
9-
borsh-derive = "0.9.1"
9+
borsh-derive = "1.5.1"
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.1"
99
solana-program = "=1.18.17"
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 = "=1.18.17"
88
borsh = "0.9.3"
9-
borsh-derive = "0.9.1"
9+
borsh-derive = "1.5.1"
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.1"
99
solana-program = "=1.18.17"
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.1"
99
solana-program = "=1.18.17"
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.1"
99
solana-program = "=1.18.17"
1010

1111
[lib]

basics/transfer-sol/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.1"
99
solana-program = "=1.18.17"
1010

1111
[lib]

0 commit comments

Comments
 (0)