Skip to content

Commit

Permalink
build(deps): bump borsh from 0.10.3 to 1.1.2
Browse files Browse the repository at this point in the history
Bumps [borsh](https://github.com/near/borsh-rs) from 0.10.3 to 1.1.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-v0.10.3...borsh-v1.1.2)

---
updated-dependencies:
- dependency-name: borsh
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 9, 2023
1 parent af3beb1 commit 70fe553
Show file tree
Hide file tree
Showing 25 changed files with 63 additions and 48 deletions.
63 changes: 39 additions & 24 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 = "0.10"
borsh = "1.1"
num-derive = "0.4"
num-traits = "0.2"
solana-program = "1.17.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 @@ -13,7 +13,7 @@ solana-program = "1.17.2"
thiserror = "1.0"
spl-token = {version = "4.0", path = "../../token/program", features = ["no-entrypoint"]}
arrayref = "0.3.7"
borsh = "0.10"
borsh = "1.1"
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 @@ -17,7 +17,7 @@ solana-program = "1.17.2"
spl-token = { version = "4.0", path = "../../token/program", features = [ "no-entrypoint" ] }
thiserror = "1.0"
uint = "0.9"
borsh = "0.10"
borsh = "1.1"

[dev-dependencies]
solana-program-test = "1.17.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 = "0.10"
borsh = "1.1"
solana-program = "1.17.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 = "0.10"
borsh = "1.1"
spl-governance-tools= { version = "0.1.3", path ="../tools"}
solana-program = "1.17.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 = "0.10"
borsh = "1.1"
num-derive = "0.4"
num-traits = "0.2"
serde = "1.0.190"
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 = "0.10"
borsh = "1.1"
num-derive = "0.4"
num-traits = "0.2"
serde = "1.0.190"
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 = "0.10"
borsh = "1.1"
num-derive = "0.4"
num-traits = "0.2"
serde = "1.0.190"
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 = "0.10"
borsh = "1.1"
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 = "0.10"
borsh = "1.1"
num-derive = "0.4"
num-traits = "0.2"
serde = "1.0.190"
Expand Down
2 changes: 1 addition & 1 deletion libraries/discriminator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2021"
borsh = ["dep:borsh"]

[dependencies]
borsh = { version = "0.10", optional = true }
borsh = { version = "1.1", optional = true }
bytemuck = { version = "1.14.0", features = ["derive"] }
solana-program = "1.17.2"
spl-discriminator-derive = { version = "0.1.0", path = "./derive" }
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 = "0.10"
borsh = "1.1"
num-derive = "0.4"
num-traits = "0.2"
solana-program = "1.17.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.21.5", optional = true }
borsh = { version = "0.10", optional = true }
borsh = { version = "1.1", optional = true }
bytemuck = { version = "1.14.0" }
serde = { version = "1.0.190", optional = true }
solana-program = "1.17.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 = "0.10"
borsh = "1.1"
solana-program = "1.16"
spl-discriminator = { version = "0.1.0", path = "../discriminator" }
spl-type-length-value = { version = "0.3.0", path = "../type-length-value", features = ["derive"] }
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 = "0.10"
borsh = "1.1"
shank = "^0.2.1"
solana-program = "1.17.2"
spl-associated-token-account = { version = "2.0", path = "../../associated-token-account/program", features = [ "no-entrypoint", ] }
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.17.2"
num-traits = "0.2"
borsh = "0.10"
borsh = "1.1"
num-derive = "0.4.1"
thiserror = "1.0.50"

Expand Down
2 changes: 1 addition & 1 deletion record/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 = "0.10"
borsh = "1.1"
num-derive = "0.4"
num-traits = "0.2"
solana-program = "1.17.2"
Expand Down
Loading

0 comments on commit 70fe553

Please sign in to comment.