From 336a86c72a78da2708280b3c42f377c839c9784e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 08:13:23 +0000 Subject: [PATCH] build(deps): bump mollusk-svm-result from 0.7.2 to 0.11.0 Bumps [mollusk-svm-result](https://github.com/anza-xyz/mollusk) from 0.7.2 to 0.11.0. - [Release notes](https://github.com/anza-xyz/mollusk/releases) - [Commits](https://github.com/anza-xyz/mollusk/compare/0.7.2...0.11.0) --- updated-dependencies: - dependency-name: mollusk-svm-result dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 ++++++++++++++++-- program/Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a9643a7..459b5cf0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2999,7 +2999,7 @@ dependencies = [ "bincode", "mollusk-svm-error", "mollusk-svm-keys", - "mollusk-svm-result", + "mollusk-svm-result 0.7.2", "solana-account 3.2.0", "solana-bpf-loader-program", "solana-clock", @@ -3067,6 +3067,20 @@ dependencies = [ "solana-rent 3.0.0", ] +[[package]] +name = "mollusk-svm-result" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d5087302293e891db8627166c41a8cded1d74d1ba6c5b7b3a823bf4d7503e37" +dependencies = [ + "solana-account 3.2.0", + "solana-instruction", + "solana-program-error", + "solana-pubkey 4.1.0", + "solana-rent 3.0.0", + "solana-transaction-error", +] + [[package]] name = "nix" version = "0.30.1" @@ -6805,7 +6819,7 @@ dependencies = [ "assert_matches", "bincode", "mollusk-svm", - "mollusk-svm-result", + "mollusk-svm-result 0.11.0", "proptest", "rand 0.10.0", "solana-account 3.2.0", diff --git a/program/Cargo.toml b/program/Cargo.toml index 0eba8435..893a332d 100644 --- a/program/Cargo.toml +++ b/program/Cargo.toml @@ -29,7 +29,7 @@ agave-feature-set = "3.0.0" arbitrary = { version = "1.4.2", features = ["derive"] } assert_matches = "1.5.0" mollusk-svm = { version = "0.7.2", features = ["all-builtins"] } -mollusk-svm-result = "0.7.2" +mollusk-svm-result = "0.11.0" proptest = "1.10.0" rand = "0.10.0" solana-account = { version = "3.2.0", features = ["bincode"] }