Skip to content

Commit 1e5a004

Browse files
Bump borsh in /contracts in the cargo group across 1 directory
Bumps the cargo group with 1 update in the /contracts directory: [borsh](https://github.com/near/borsh-rs). Updates `borsh` from 0.9.3 to 0.10.3 - [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-v0.10.3) --- updated-dependencies: - dependency-name: borsh dependency-version: 0.10.3 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aaac723 commit 1e5a004

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

contracts/Cargo.lock

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

contracts/crates/chainlink-solana-data-feeds-cache/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ default = []
1818
anchor-spl = "0.29.0"
1919
anchor-lang = { version = "0.29.0", features = ["init-if-needed"] }
2020
solana-program = "1.17.25"
21-
borsh = "0.9.1"
21+
borsh = "1.5.7"
2222
borsh-derive = "0.9.1"
2323
data-feeds-cache = { path = "../../programs/data-feeds-cache", features = ["cpi"] }
2424

contracts/crates/chainlink-solana/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ default = []
1616

1717
[dependencies]
1818
solana-program = "1.17.25"
19-
borsh = "0.9.1"
19+
borsh = "1.5.7"
2020
borsh-derive = "0.9.1"

contracts/examples/hello-world/Cargo.lock

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

0 commit comments

Comments
 (0)