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.4.0 to 1.5.0 #6659

Merged
merged 1 commit into from
Apr 30, 2024
Merged
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
62 changes: 31 additions & 31 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 associated-token-account/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test-sbf = []

[dependencies]
assert_matches = "1.5.0"
borsh = "1.4.0"
borsh = "1.5.0"
num-derive = "0.4"
num-traits = "0.2"
solana-program = ">=1.18.11,<=2"
Expand Down
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 = "4.0", path = "../../token/program", features = [
"no-entrypoint",
] }
arrayref = "0.3.7"
borsh = "1.4.0"
borsh = "1.5.0"
uint = "0.9"

[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 = "4.0", path = "../../token/program", features = [
] }
thiserror = "1.0"
uint = "0.9"
borsh = "1.4.0"
borsh = "1.5.0"

[dev-dependencies]
solana-program-test = ">=1.18.11,<=2"
Expand Down
2 changes: 1 addition & 1 deletion feature-proposal/program/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.4.0"
borsh = "1.5.0"
solana-program = ">=1.18.11,<=2"
spl-token = { version = "4.0", path = "../../token/program", features = [
"no-entrypoint",
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.4.0"
borsh = "1.5.0"
spl-governance-tools = { version = "0.1.4", path = "../tools" }
solana-program = ">=1.18.11,<=2"
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.7"
bincode = "1.3.2"
borsh = "1.4.0"
borsh = "1.5.0"
num-derive = "0.4"
num-traits = "0.2"
serde = "1.0.199"
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.7"
bincode = "1.3.2"
borsh = "1.4.0"
borsh = "1.5.0"
num-derive = "0.4"
num-traits = "0.2"
serde = "1.0.199"
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.7"
bincode = "1.3.2"
borsh = "1.4.0"
borsh = "1.5.0"
num-derive = "0.4"
num-traits = "0.2"
serde = "1.0.199"
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.7"
bincode = "1.3.2"
borsh = "1.4.0"
borsh = "1.5.0"
lazy_static = "1.4.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.7"
bincode = "1.3.2"
borsh = "1.4.0"
borsh = "1.5.0"
num-derive = "0.4"
num-traits = "0.2"
serde = "1.0.199"
Expand Down
2 changes: 1 addition & 1 deletion libraries/math/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.4.0"
borsh = "1.5.0"
num-derive = "0.4"
num-traits = "0.2"
solana-program = ">=1.18.11,<=2"
Expand Down
2 changes: 1 addition & 1 deletion libraries/pod/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ borsh = ["dep:borsh"]

[dependencies]
base64 = { version = "0.22.0", optional = true }
borsh = { version = "1.4.0", optional = true }
borsh = { version = "1.5.0", optional = true }
bytemuck = { version = "1.15.0" }
serde = { version = "1.0.199", optional = true }
solana-program = ">=1.18.11,<=2"
Expand Down
2 changes: 1 addition & 1 deletion libraries/type-length-value-derive-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
edition = "2021"

[dev-dependencies]
borsh = "1.4.0"
borsh = "1.5.0"
solana-program = "1.16"
spl-discriminator = { version = "0.2.2", path = "../discriminator" }
spl-type-length-value = { version = "0.4.3", path = "../type-length-value", features = [
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.4.0"
borsh = "1.5.0"
shank = "^0.4.2"
solana-program = ">=1.18.11,<=2"
spl-associated-token-account = { version = "3.0.2", path = "../../associated-token-account/program", 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 = ">=1.18.11,<=2"
num-traits = "0.2"
borsh = "1.4.0"
borsh = "1.5.0"
num-derive = "0.4.2"
thiserror = "1.0.59"

Expand Down
Loading