Skip to content

Commit 6cb2ef4

Browse files
build(deps): bump solana-frozen-abi from 3.0.1 to 3.2.2
Bumps [solana-frozen-abi](https://github.com/anza-xyz/solana-sdk) from 3.0.1 to 3.2.2. - [Release notes](https://github.com/anza-xyz/solana-sdk/releases) - [Commits](https://github.com/anza-xyz/solana-sdk/compare/borsh@v3.0.1...frozen-abi@v3.2.2) --- updated-dependencies: - dependency-name: solana-frozen-abi dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0ae424c commit 6cb2ef4

File tree

2 files changed

+77
-7
lines changed

2 files changed

+77
-7
lines changed

Cargo.lock

Lines changed: 76 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
@@ -25,7 +25,7 @@ serde = { version = "1.0.210", optional = true }
2525
serde_derive = { version = "1.0.210", optional = true }
2626
solana-clock = "3.0.1"
2727
solana-cpi = { version = "3.0.0", optional = true }
28-
solana-frozen-abi = { version = "3.0.1", features = ["frozen-abi"], optional = true }
28+
solana-frozen-abi = { version = "3.2.2", features = ["frozen-abi"], optional = true }
2929
solana-frozen-abi-macro = { version = "3.2.1", features = ["frozen-abi"], optional = true }
3030
solana-instruction = "3.2.0"
3131
solana-program-error = "3.0.0"

0 commit comments

Comments
 (0)