Skip to content

Commit 41a482c

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] <support@github.com>
1 parent 439c9e7 commit 41a482c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

contracts/Cargo.lock

Lines changed: 2 additions & 2 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

0 commit comments

Comments
 (0)