Skip to content

Commit 5f941ca

Browse files
chore(deps): bump solana-rent from 3.0.0 to 3.1.0 (#518)
Bumps [solana-rent](https://github.com/anza-xyz/solana-sdk) from 3.0.0 to 3.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...cpi@v3.1.0) --- updated-dependencies: - dependency-name: solana-rent dependency-version: 3.1.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 7500cc7 commit 5f941ca

File tree

7 files changed

+23
-23
lines changed

7 files changed

+23
-23
lines changed

Cargo.lock

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

basics/counter/native/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ solana-keypair = "3.0.1"
2828
solana-native-token = "3.0.0"
2929
solana-pubkey = "3.0.0"
3030
solana-transaction = "3.0.1"
31-
solana-rent = "3.0.0"
31+
solana-rent = "3.1.0"
3232
solana-system-interface.workspace = true

basics/counter/pinocchio/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ solana-keypair = "3.0.1"
2828
solana-native-token = "3.0.0"
2929
solana-pubkey = "3.0.0"
3030
solana-transaction = "3.0.1"
31-
solana-rent = "3.0.0"
31+
solana-rent = "3.1.0"
3232
solana-system-interface.workspace = true

basics/program-derived-addresses/native/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ solana-keypair = "3.0.1"
2626
solana-pubkey = "3.0.0"
2727
solana-transaction = "3.0.1"
2828
solana-native-token = "3.0.0"
29-
solana-rent = "3.0.0"
29+
solana-rent = "3.1.0"

basics/program-derived-addresses/pinocchio/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ solana-keypair = "3.0.1"
2525
solana-pubkey = "3.0.0"
2626
solana-transaction = "3.0.1"
2727
solana-native-token = "3.0.0"
28-
solana-rent = "3.0.0"
28+
solana-rent = "3.1.0"
2929
solana-system-interface.workspace = true

basics/rent/native/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ solana-instruction = "3.0.0"
2525
solana-keypair = "3.0.1"
2626
solana-native-token = "3.0.0"
2727
solana-pubkey = "3.0.0"
28-
solana-rent = "3.0.0"
28+
solana-rent = "3.1.0"
2929
solana-transaction = "3.0.1"

basics/rent/pinocchio/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ solana-instruction = "3.0.0"
2424
solana-keypair = "3.0.1"
2525
solana-native-token = "3.0.0"
2626
solana-pubkey = "3.0.0"
27-
solana-rent = "3.0.0"
27+
solana-rent = "3.1.0"
2828
solana-transaction = "3.0.1"
2929
solana-system-interface .workspace = true

0 commit comments

Comments
 (0)