Skip to content

Commit 5afaf53

Browse files
chore(deps): bump solana-pubkey from 3.0.0 to 4.1.0
Bumps [solana-pubkey](https://github.com/anza-xyz/solana-sdk) from 3.0.0 to 4.1.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.1.0) --- updated-dependencies: - dependency-name: solana-pubkey dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 81ec7d4 commit 5afaf53

28 files changed

Lines changed: 59 additions & 59 deletions

File tree

Cargo.lock

Lines changed: 32 additions & 32 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
@@ -90,7 +90,7 @@ pinocchio-pubkey = "0.3.0"
9090
litesvm = "0.11.0"
9191
solana-instruction = "3.0.0"
9292
solana-keypair = "3.0.1"
93-
solana-pubkey = "3.0.0"
93+
solana-pubkey = "4.1.0"
9494
solana-transaction = "3.0.1"
9595
solana-native-token = "3.0.0"
9696
solana-address = "2.1.0"

basics/account-data/native/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ litesvm = "0.11.0"
2424
solana-keypair = "3.0.1"
2525
solana-message = "4.0.0"
2626
solana-native-token = "3.0.0"
27-
solana-pubkey = "3.0.0"
27+
solana-pubkey = "4.1.0"
2828
solana-signer = "3.0.0"
2929
solana-transaction = "3.0.1"

basics/account-data/pinocchio/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ litesvm = "0.11.0"
1313
solana-keypair = "3.0.1"
1414
solana-message = "4.0.0"
1515
solana-native-token = "3.0.0"
16-
solana-pubkey = "3.0.0"
16+
solana-pubkey = "4.1.0"
1717
solana-signer = "3.0.0"
1818
solana-transaction = "3.0.1"
1919
solana-system-interface.workspace = true

basics/checking-accounts/asm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ litesvm = "0.11.0"
1010
solana-instruction = "3.0.0"
1111
solana-keypair = "3.0.1"
1212
solana-native-token = "3.0.0"
13-
solana-pubkey = "3.0.0"
13+
solana-pubkey = "4.1.0"
1414
solana-transaction = "3.0.1"
1515
solana-system-interface.workspace = true
1616
solana-transaction-error = "3.0.0"

basics/checking-accounts/native/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("solana"
2222
litesvm = "0.11.0"
2323
solana-keypair = "3.0.1"
2424
solana-native-token = "3.0.0"
25-
solana-pubkey = "3.0.0"
25+
solana-pubkey = "4.1.0"
2626
solana-sdk = "4.0.1"
2727
solana-transaction = "3.0.1"

basics/checking-accounts/pinocchio/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pinocchio-log.workspace = true
1212
litesvm = "0.11.0"
1313
solana-keypair = "3.0.1"
1414
solana-native-token = "3.0.0"
15-
solana-pubkey = "3.0.0"
15+
solana-pubkey = "4.1.0"
1616
solana-sdk = "4.0.1"
1717
solana-transaction = "3.0.1"
1818
solana-system-interface.workspace = true

basics/close-account/native/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ litesvm = "0.11.0"
2424
solana-instruction = "3.0.0"
2525
solana-keypair = "3.0.1"
2626
solana-native-token = "3.0.0"
27-
solana-pubkey = "3.0.0"
27+
solana-pubkey = "4.1.0"
2828
solana-transaction = "3.0.1"

basics/close-account/pinocchio/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ litesvm = "0.11.0"
1414
solana-keypair = "3.0.1"
1515
solana-message = "4.0.0"
1616
solana-native-token = "3.0.0"
17-
solana-pubkey = "3.0.0"
17+
solana-pubkey = "4.1.0"
1818
solana-signer = "3.0.0"
1919
solana-transaction = "3.0.1"
2020
solana-system-interface.workspace = true

basics/counter/native/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ litesvm = "0.11.0"
2626
solana-instruction = "3.0.0"
2727
solana-keypair = "3.0.1"
2828
solana-native-token = "3.0.0"
29-
solana-pubkey = "3.0.0"
29+
solana-pubkey = "4.1.0"
3030
solana-transaction = "3.0.1"
3131
solana-rent = "4.1.0"
3232
solana-system-interface.workspace = true

0 commit comments

Comments
 (0)