Skip to content

Commit a725838

Browse files
build(deps): bump solana-pubkey from 3.0.0 to 4.0.0 (#179)
Bumps [solana-pubkey](https://github.com/anza-xyz/solana-sdk) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/anza-xyz/solana-sdk/releases) - [Commits](https://github.com/anza-xyz/solana-sdk/compare/sdk@v3.0.0...sdk@v4.0.0) --- updated-dependencies: - dependency-name: solana-pubkey dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0e7e0a5 commit a725838

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ solana-msg = "3.0.0"
3636
solana-program = "2.0.0"
3737
solana-program-entrypoint = "3.0.0"
3838
solana-program-error = "3.0.0"
39-
solana-pubkey = "3.0.0"
39+
solana-pubkey = "4.0.0"
4040
solana-sdk = "2.0.0"
4141
solana-sdk-ids = "3.0.0"
4242
solana-short-vec = "3.0.0"

interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ solana-account = { version = "3.1.0", optional = true }
1616
solana-instruction = { version = "3.0.0", optional = true, features = [
1717
"bincode",
1818
] }
19-
solana-pubkey = { version = "3.0.0" }
19+
solana-pubkey = { version = "4.0.0" }
2020
solana-sdk-ids = { version = "3.0.0" }
2121
solana-short-vec = { version = "3.0.0", optional = true }
2222
solana-system-interface = { version = "2.0.0", optional = true, features = [

0 commit comments

Comments
 (0)