Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 495fcf4

Browse files
dependabot[bot]mergify[bot]
authored andcommitted
Bump borsh-derive from 0.9.3 to 0.10.0 in /src/program-rust
Bumps [borsh-derive](https://github.com/nearprotocol/borsh) from 0.9.3 to 0.10.0. - [Release notes](https://github.com/nearprotocol/borsh/releases) - [Commits](https://github.com/nearprotocol/borsh/commits) --- updated-dependencies: - dependency-name: borsh-derive dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e704bf0 commit 495fcf4

File tree

2 files changed

+41
-6
lines changed

2 files changed

+41
-6
lines changed

src/program-rust/Cargo.lock

+40-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/program-rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ no-entrypoint = []
1414

1515
[dependencies]
1616
borsh = "0.9.3"
17-
borsh-derive = "0.9.1"
17+
borsh-derive = "0.10.0"
1818
solana-program = "~1.10.35"
1919

2020
[dev-dependencies]

0 commit comments

Comments
 (0)