Skip to content

Commit 6cf27d4

Browse files
build(deps): bump solana-pubkey from 4.1.0 to 4.2.0 (#350)
Bumps [solana-pubkey](https://github.com/anza-xyz/solana-sdk) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/anza-xyz/solana-sdk/releases) - [Commits](https://github.com/anza-xyz/solana-sdk/compare/hash@v4.1.0...hash@v4.2.0) --- updated-dependencies: - dependency-name: solana-pubkey dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b752076 commit 6cf27d4

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

Cargo.lock

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

clients/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ solana-account-info = "^3.1"
2020
solana-cpi = "3.0"
2121
solana-instruction = "3.3"
2222
solana-program-error = "3.0"
23-
solana-pubkey = { version = "4.1", features = ["borsh", "serde"] }
23+
solana-pubkey = { version = "4.2", features = ["borsh", "serde"] }
2424
thiserror = "2.0"
2525

2626
[dev-dependencies]

interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ solana-frozen-abi = { version = "3.0.1", features = ["frozen-abi"], optional = t
2929
solana-frozen-abi-macro = { version = "3.2.1", features = ["frozen-abi"], optional = true }
3030
solana-instruction = "3.3.0"
3131
solana-program-error = "3.0.1"
32-
solana-pubkey = { version = "4.1.0", default-features = false }
32+
solana-pubkey = { version = "4.2.0", default-features = false }
3333
solana-system-interface = "3.0.0"
3434
solana-sysvar = { version = "4.0.0", optional = true }
3535
solana-sysvar-id = { version = "3.1.0", optional = true }

program/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ solana-msg = "3.1.0"
1717
solana-native-token = "3.0.0"
1818
solana-program-entrypoint = "3.0.0"
1919
solana-program-error = "3.0.1"
20-
solana-pubkey = "4.1.0"
20+
solana-pubkey = "4.2.0"
2121
solana-rent = "3.0.0"
2222
solana-stake-interface = { version = "2", features = ["bincode", "borsh", "sysvar"] }
2323
solana-sysvar = "3.0.0"
@@ -40,7 +40,7 @@ solana-instruction = "3.3.0"
4040
solana-keypair = "3.1.2"
4141
solana-logger = "3.0.0"
4242
solana-program-test = "3.0.10"
43-
solana-pubkey = { version = "4.1.0", features = ["rand"] }
43+
solana-pubkey = { version = "4.2.0", features = ["rand"] }
4444
solana-sdk-ids = "3.1.0"
4545
solana-signature = "3.4.0"
4646
solana-signer = "3.0.0"

0 commit comments

Comments
 (0)