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

Commit 115e594

Browse files
build(deps): bump borsh from 1.5.2 to 1.5.3 (#7491)
Bumps [borsh](https://github.com/near/borsh-rs) from 1.5.2 to 1.5.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@borsh-v1.5.2...borsh-v1.5.3) --- 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 2d795f1 commit 115e594

File tree

23 files changed

+63
-63
lines changed

23 files changed

+63
-63
lines changed

Cargo.lock

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

associated-token-account/program/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ no-entrypoint = []
1212
test-sbf = []
1313

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

binary-option/program/Cargo.toml

+1-1
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.2"
18+
borsh = "1.5.3"
1919
uint = "0.10"
2020

2121
[lib]

binary-oracle-pair/program/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spl-token = { version = "7.0", path = "../../token/program", features = [
1919
] }
2020
thiserror = "2.0"
2121
uint = "0.10"
22-
borsh = "1.5.2"
22+
borsh = "1.5.3"
2323

2424
[dev-dependencies]
2525
solana-program-test = "2.1.0"

feature-proposal/program/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ no-entrypoint = []
1212
test-sbf = []
1313

1414
[dependencies]
15-
borsh = "1.5.2"
15+
borsh = "1.5.3"
1616
solana-program = "2.1.0"
1717
spl-token = { version = "7.0", path = "../../token/program", features = [
1818
"no-entrypoint",

governance/addin-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ license = "Apache-2.0"
88
edition = "2021"
99

1010
[dependencies]
11-
borsh = "1.5.2"
11+
borsh = "1.5.3"
1212
spl-governance-tools = { version = "0.1.4", path = "../tools" }
1313
solana-program = "2.1.0"

0 commit comments

Comments
 (0)