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

Commit ed52a52

Browse files
build(deps): bump borsh from 0.9.0 to 0.9.1 (#2117)
Bumps [borsh](https://github.com/near/borsh-rs) from 0.9.0 to 0.9.1. - [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.0...v0.9.1) --- 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 bcbed37 commit ed52a52

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

Cargo.lock

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

binary-oracle-pair/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spl-token = { version = "3.2", path = "../../token/program", features = [ "no-en
1818
thiserror = "1.0"
1919
uint = "0.9"
2020
arbitrary = { version = "0.4", features = ["derive"], optional = true }
21-
borsh = "0.9.0"
21+
borsh = "0.9.1"
2222

2323
[dev-dependencies]
2424
solana-program-test = "1.7.4"

governance/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test-bpf = []
1414
[dependencies]
1515
arrayref = "0.3.6"
1616
bincode = "1.3.2"
17-
borsh = "0.9.0"
17+
borsh = "0.9.1"
1818
num-derive = "0.3"
1919
num-traits = "0.2"
2020
serde = "1.0.126"

name-service/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ test-bpf = []
1919
[dependencies]
2020
solana-program = "1.7.4"
2121
num-traits = "0.2"
22-
borsh = "0.9.0"
22+
borsh = "0.9.1"
2323
num-derive = "0.3.3"
2424
thiserror = "1.0.25"
2525

record/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-bpf = []
1313

1414
[dependencies]
15-
borsh = "0.9.0"
15+
borsh = "0.9.1"
1616
borsh-derive = "0.9.0"
1717
num-derive = "0.3"
1818
num-traits = "0.2"

0 commit comments

Comments
 (0)