Skip to content

Commit 5961d55

Browse files
build(deps): bump solana-sysvar-id from 3.0.0 to 3.1.0
Bumps [solana-sysvar-id](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-sysvar-id dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 42e7a17 commit 5961d55

File tree

3 files changed

+28
-8
lines changed

3 files changed

+28
-8
lines changed

Cargo.lock

Lines changed: 26 additions & 6 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
@@ -32,7 +32,7 @@ solana-program-error = "3.0.0"
3232
solana-pubkey = { version = "3.0.0", default-features = false }
3333
solana-system-interface = "2.0.0"
3434
solana-sysvar = { version = "3.0.0", optional = true }
35-
solana-sysvar-id = { version = "3.0.0", optional = true }
35+
solana-sysvar-id = { version = "3.1.0", optional = true }
3636

3737
[target.'cfg(not(target_os = "solana"))'.dependencies]
3838
serde_json = { version = "1.0", optional = true }

program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ solana-pubkey = "3.0.0"
2121
solana-rent = "3.0.0"
2222
solana-stake-interface = { version = "2", features = ["bincode", "borsh", "sysvar"] }
2323
solana-sysvar = "3.0.0"
24-
solana-sysvar-id = "3.0.0"
24+
solana-sysvar-id = "3.1.0"
2525
solana-vote-interface = { version = "4.0.4", features = ["bincode"] }
2626

2727
[dev-dependencies]

0 commit comments

Comments
 (0)