Skip to content

Commit 1e07e90

Browse files
build(deps): bump solana-pubkey from 3.0.0 to 4.0.0
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...hash@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>
1 parent 1b7db85 commit 1e07e90

File tree

3 files changed

+50
-9
lines changed

3 files changed

+50
-9
lines changed

Cargo.lock

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

interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ solana-frozen-abi = { version = "3.0.1", features = ["frozen-abi"], optional = t
2727
solana-frozen-abi-macro = { version = "3.0.1", features = ["frozen-abi"], optional = true }
2828
solana-instruction = "3.0.0"
2929
solana-program-error = "3.0.0"
30-
solana-pubkey = { version = "3.0.0", default-features = false }
30+
solana-pubkey = { version = "4.0.0", default-features = false }
3131
solana-system-interface = "2.0.0"
3232
solana-sysvar = { version = "3.0.0", optional = true }
3333
solana-sysvar-id = { version = "3.0.0", optional = true }

program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ solana-msg = "3.0.0"
1717
solana-native-token = "3.0.0"
1818
solana-program-entrypoint = "3.0.0"
1919
solana-program-error = "3.0.0"
20-
solana-pubkey = "3.0.0"
20+
solana-pubkey = "4.0.0"
2121
solana-rent = "3.0.0"
2222
solana-stake-interface = { version = "2", features = ["bincode", "borsh", "sysvar"] }
2323
solana-sysvar = "3.0.0"

0 commit comments

Comments
 (0)