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

Commit 335e8e8

Browse files
build(deps): bump borsh from 1.5.1 to 1.5.2 (#7470)
Bumps [borsh](https://github.com/near/borsh-rs) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/near/borsh-rs/releases) - [Changelog](https://github.com/near/borsh-rs/blob/master/CHANGELOG.md) - [Commits](near/borsh-rs@borsh-v1.5.1...borsh-v1.5.2) --- updated-dependencies: - dependency-name: borsh dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 40745f6 commit 335e8e8

File tree

23 files changed

+63
-76
lines changed

23 files changed

+63
-76
lines changed

Cargo.lock

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

associated-token-account/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ no-entrypoint = []
1212
test-sbf = []
1313

1414
[dependencies]
15-
borsh = "1.5.1"
15+
borsh = "1.5.2"
1616
num-derive = "0.4"
1717
num-traits = "0.2"
1818
solana-program = "2.1.0"

binary-option/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spl-token = { version = "7.0", path = "../../token/program", features = [
1515
"no-entrypoint",
1616
] }
1717
arrayref = "0.3.9"
18-
borsh = "1.5.1"
18+
borsh = "1.5.2"
1919
uint = "0.10"
2020

2121
[lib]

0 commit comments

Comments
 (0)