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

build(deps): bump borsh from 1.5.3 to 1.5.5 #7674

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 33 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion binary-option/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spl-token = { version = "7.0", features = [
"no-entrypoint",
] }
arrayref = "0.3.9"
borsh = "1.5.3"
borsh = "1.5.5"
uint = "0.10"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion binary-oracle-pair/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spl-token = { version = "7.0", features = [
] }
thiserror = "2.0"
uint = "0.10"
borsh = "1.5.3"
borsh = "1.5.5"

[dev-dependencies]
solana-program-test = "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion governance/addin-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ license = "Apache-2.0"
edition = "2021"

[dependencies]
borsh = "1.5.3"
borsh = "1.5.5"
spl-governance-tools = { version = "0.1.4", path = "../tools" }
solana-program = "2.1.0"
2 changes: 1 addition & 1 deletion governance/addin-mock/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test-sbf = []
[dependencies]
arrayref = "0.3.9"
bincode = "1.3.2"
borsh = "1.5.3"
borsh = "1.5.5"
num-derive = "0.4"
num-traits = "0.2"
serde = "1.0.217"
Expand Down
2 changes: 1 addition & 1 deletion governance/chat/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test-sbf = []
[dependencies]
arrayref = "0.3.9"
bincode = "1.3.2"
borsh = "1.5.3"
borsh = "1.5.5"
num-derive = "0.4"
num-traits = "0.2"
serde = "1.0.217"
Expand Down
2 changes: 1 addition & 1 deletion governance/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test-sbf = []
[dependencies]
arrayref = "0.3.9"
bincode = "1.3.2"
borsh = "1.5.3"
borsh = "1.5.5"
num-derive = "0.4"
num-traits = "0.2"
serde = "1.0.217"
Expand Down
2 changes: 1 addition & 1 deletion governance/test-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
[dependencies]
arrayref = "0.3.9"
bincode = "1.3.2"
borsh = "1.5.3"
borsh = "1.5.5"
lazy_static = "1.5.0"
num-derive = "0.4"
num-traits = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion governance/tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
[dependencies]
arrayref = "0.3.9"
bincode = "1.3.2"
borsh = "1.5.3"
borsh = "1.5.5"
num-derive = "0.4"
num-traits = "0.2"
serde = "1.0.217"
Expand Down
2 changes: 1 addition & 1 deletion libraries/math-example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ no-entrypoint = []
test-sbf = []

[dependencies]
borsh = "1.5.3"
borsh = "1.5.5"
num-derive = "0.4"
num-traits = "0.2"
solana-program = "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion managed-token/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ default = []
test = []

[dependencies]
borsh = "1.5.3"
borsh = "1.5.5"
shank = "^0.4.2"
solana-program = "2.1.0"
spl-associated-token-account = { version = "6.0.0", features = [
Expand Down
2 changes: 1 addition & 1 deletion name-service/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test-sbf = []
[dependencies]
solana-program = "2.1.0"
num-traits = "0.2"
borsh = "1.5.3"
borsh = "1.5.5"
num-derive = "0.4.2"
thiserror = "2.0.9"

Expand Down
2 changes: 1 addition & 1 deletion stateless-asks/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ no-entrypoint = []
test-sbf = []

[dependencies]
borsh = "1.5.3"
borsh = "1.5.5"
solana-program = "2.1.0"
spl-token = { version = "7.0", features = [
"no-entrypoint",
Expand Down
Loading