Skip to content

Commit 61bc477

Browse files
deps(deps): bump the solana group across 1 directory with 4 updates
Bumps the solana group with 4 updates in the / directory: [anchor-lang](https://github.com/coral-xyz/anchor), [solana-program](https://github.com/anza-xyz/solana-sdk), anchor-spl and [solana-sdk](https://github.com/anza-xyz/solana-sdk). Updates `anchor-lang` from 0.31.1 to 0.32.1 - [Release notes](https://github.com/coral-xyz/anchor/releases) - [Changelog](https://github.com/solana-foundation/anchor/blob/master/CHANGELOG.md) - [Commits](solana-foundation/anchor@v0.31.1...v0.32.1) Updates `solana-program` from 2.2.1 to 3.0.0 - [Release notes](https://github.com/anza-xyz/solana-sdk/releases) - [Commits](https://github.com/anza-xyz/solana-sdk/compare/[email protected]@v3.0.0) Updates `anchor-spl` from 0.31.1 to 0.32.1 Updates `solana-sdk` from 2.2.1 to 3.0.0 - [Release notes](https://github.com/anza-xyz/solana-sdk/releases) - [Commits](https://github.com/anza-xyz/solana-sdk/compare/[email protected]@v3.0.0) --- updated-dependencies: - dependency-name: anchor-lang dependency-version: 0.32.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: solana - dependency-name: solana-program dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: solana - dependency-name: anchor-spl dependency-version: 0.32.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: solana - dependency-name: solana-sdk dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: solana ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 41621d8 commit 61bc477

File tree

8 files changed

+1660
-836
lines changed

8 files changed

+1660
-836
lines changed

Cargo.lock

Lines changed: 1642 additions & 818 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/anchor-utils/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ keywords = ["ian-macalinao", "anchor", "solana", "utilities", "blockchain"]
1313
categories = ["development-tools", "cryptography::cryptocurrencies"]
1414

1515
[dependencies]
16-
anchor-lang = "0.31.1"
17-
solana-program = "2"
16+
anchor-lang = "0.32.1"
17+
solana-program = "3"

crates/solana-address-book/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ keywords = ["ian-macalinao", "solana", "addresses", "tracking", "blockchain"]
1313
categories = ["development-tools", "data-structures"]
1414

1515
[dependencies]
16-
anchor-lang = "0.31.1"
16+
anchor-lang = "0.32.1"
1717
anyhow = "1.0"
1818
colored = "3.0"
1919
hex = "0.4"
2020
strum = { version = "0.27", features = ["derive"] }
21-
anchor-spl = "0.31.1"
21+
anchor-spl = "0.32.1"
2222

2323
[dev-dependencies]

crates/testsvm-assertions/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ testsvm-core = { version = "0.1.1", path = "../testsvm-core" }
1717
testsvm-spl = { version = "0.1.0", path = "../testsvm-spl" }
1818
anyhow = "1.0"
1919
litesvm = "0.6.1"
20-
solana-sdk = "2.2.1"
20+
solana-sdk = "3.0.0"
2121

2222
[dev-dependencies]
23-
anchor-spl = { version = "0.31.1", features = ["token"] }
23+
anchor-spl = { version = "0.32.1", features = ["token"] }

crates/testsvm-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ categories = ["development-tools::testing", "cryptography::cryptocurrencies"]
1515
[dependencies]
1616
anyhow = "1.0"
1717
litesvm = "0.6"
18-
solana-sdk = "2.2"
18+
solana-sdk = "3.0"
1919
solana-address-book = { path = "../solana-address-book", version = "0.2.0" }
20-
anchor-lang = "0.31"
20+
anchor-lang = "0.32"
2121
anchor-utils = { path = "../anchor-utils", version = "0.1.0" }
2222
colored = "3"

crates/testsvm-quarry/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ categories = ["development-tools::testing", "cryptography::cryptocurrencies"]
1414

1515
[dependencies]
1616
anyhow = "1.0"
17-
anchor-lang = "0.31.1"
18-
anchor-spl = { version = "0.31.1", features = ["token", "associated_token"] }
17+
anchor-lang = "0.32.1"
18+
anchor-spl = { version = "0.32.1", features = ["token", "associated_token"] }
1919
litesvm = "0.6.1"
20-
solana-sdk = "2.2"
21-
solana-program = "2.2"
20+
solana-sdk = "3.0"
21+
solana-program = "3.0"
2222
testsvm = { version = "0.2.0", path = "../testsvm" }
2323

2424
[dev-dependencies]

crates/testsvm-spl/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ categories = ["development-tools::testing", "cryptography::cryptocurrencies"]
1414

1515
[dependencies]
1616
anyhow = "1.0"
17-
solana-sdk = "2.2"
18-
anchor-spl = "0.31"
19-
anchor-lang = "0.31"
17+
solana-sdk = "3.0"
18+
anchor-spl = "0.32"
19+
anchor-lang = "0.32"
2020
testsvm-core = { path = "../testsvm-core", version = "0.1.1" }
2121
solana-address-book = { path = "../solana-address-book", version = "0.2.0" }

crates/testsvm/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ testsvm-assertions = { version = "0.1.0", path = "../testsvm-assertions" }
1919
testsvm-core = { version = "0.1.1", path = "../testsvm-core" }
2020
testsvm-spl = { version = "0.1.0", path = "../testsvm-spl" }
2121
anyhow = "1.0"
22-
anchor-lang = "0.31.1"
23-
anchor-spl = { version = "0.31.1", features = ["token"] }
22+
anchor-lang = "0.32.1"
23+
anchor-spl = { version = "0.32.1", features = ["token"] }
2424
colored = "3.0"
2525
litesvm = "0.6.1"
26-
solana-sdk = "2.2.1"
26+
solana-sdk = "3.0.0"
2727
strum = { version = "0.27", features = ["derive"] }

0 commit comments

Comments
 (0)