Skip to content

Commit

Permalink
build(deps): bump the cargo group across 2 directories with 3 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 3 updates in the / directory: [borsh](https://github.com/near/borsh-rs), [h2](https://github.com/hyperium/h2) and [mio](https://github.com/tokio-rs/mio).
Bumps the cargo group with 1 update in the /token-lending/flash_loan_receiver directory: [borsh](https://github.com/near/borsh-rs).


Updates `borsh` from 0.10.3 to 1.0.0
- [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.0.0)

Updates `h2` from 0.3.24 to 0.3.26
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md)
- [Commits](hyperium/h2@v0.3.24...v0.3.26)

Updates `mio` from 0.8.9 to 0.8.11
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/mio@v0.8.9...v0.8.11)

Updates `borsh` from 0.9.1 to 0.9.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-v0.10.3...borsh-v1.0.0)

---
updated-dependencies:
- dependency-name: borsh
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: h2
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: mio
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: borsh
  dependency-type: indirect
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 5, 2024
1 parent c2eec78 commit d2fa4e9
Show file tree
Hide file tree
Showing 25 changed files with 1,125 additions and 295 deletions.
69 changes: 42 additions & 27 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.0"
num-derive = "0.4"
num-traits = "0.2"
solana-program = ">=1.17.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.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.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 @@ -17,7 +17,7 @@ solana-program = ">=1.17.17,<=2"
spl-token = { version = "4.0", path = "../../token/program", features = [ "no-entrypoint" ] }
thiserror = "1.0"
uint = "0.9"
borsh = "0.10"
borsh = "1.0"

[dev-dependencies]
solana-program-test = ">=1.17.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.0"
solana-program = ">=1.17.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.0"
spl-governance-tools = { version = "0.1.4", path = "../tools" }
solana-program = ">=1.17.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.0"
num-derive = "0.4"
num-traits = "0.2"
serde = "1.0.196"
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.0"
num-derive = "0.4"
num-traits = "0.2"
serde = "1.0.196"
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.0"
num-derive = "0.4"
num-traits = "0.2"
serde = "1.0.196"
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.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 = "0.10"
borsh = "1.0"
num-derive = "0.4"
num-traits = "0.2"
serde = "1.0.196"
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.0", optional = true }
bytemuck = { version = "1.14.3", features = ["derive"] }
solana-program = ">=1.17.17,<=2"
spl-discriminator-derive = { version = "0.1.2", 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.0"
num-derive = "0.4"
num-traits = "0.2"
solana-program = ">=1.17.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.7", optional = true }
borsh = { version = "0.10", optional = true }
borsh = { version = "1.0", optional = true }
bytemuck = { version = "1.14.3" }
serde = { version = "1.0.196", optional = true }
solana-program = ">=1.17.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.0"
solana-program = "1.16"
spl-discriminator = { version = "0.1.1", path = "../discriminator" }
spl-type-length-value = { version = "0.3.1", 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.0"
shank = "^0.2.1"
solana-program = ">=1.17.17,<=2"
spl-associated-token-account = { version = "2.0", path = "../../associated-token-account/program", features = [ "no-entrypoint", ] }
Expand Down
Loading

0 comments on commit d2fa4e9

Please sign in to comment.