From 1caf3d83882a63ff9f1ace41f8fc7c3de681dad2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 08:28:27 +0000 Subject: [PATCH] build(deps): bump mollusk-svm from 0.7.1 to 0.7.2 Bumps [mollusk-svm](https://github.com/anza-xyz/mollusk) from 0.7.1 to 0.7.2. - [Release notes](https://github.com/anza-xyz/mollusk/releases) - [Commits](https://github.com/anza-xyz/mollusk/compare/0.7.1...0.7.2) --- updated-dependencies: - dependency-name: mollusk-svm dependency-version: 0.7.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- mollusk_harness/Cargo.toml | 2 +- program/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fdb36fd..7a40a0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1121,9 +1121,9 @@ dependencies = [ [[package]] name = "mollusk-svm" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fa2a9a8f63c0ba125cbfb934a6180b321f41ee61f1de96b8b6c081aa1772805" +checksum = "6ed52e82370cbf4f266a65603d7d1cbe7faf94fcf769d068c0b89bb934a882e3" dependencies = [ "agave-feature-set", "agave-syscalls", @@ -1162,9 +1162,9 @@ dependencies = [ [[package]] name = "mollusk-svm-error" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea155b60511338a5a39c077a457baa8268c229629f091e3281f499b0ab3a96b4" +checksum = "682ad3a990ae8f336ee10f402da2e900a37cff38730e29aa8cda2d82e1b2e9f1" dependencies = [ "solana-pubkey 3.0.0", "thiserror 1.0.69", @@ -1172,9 +1172,9 @@ dependencies = [ [[package]] name = "mollusk-svm-keys" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7849281d0ce4f3894742cf508a98b33c3bb284eb7df9d66476ab2168945f128" +checksum = "b97ddf2442ea621ea5ae25b0c21ae2861588ea34abce0d059cb601de24cd646f" dependencies = [ "mollusk-svm-error", "solana-account", @@ -1200,9 +1200,9 @@ dependencies = [ [[package]] name = "mollusk-svm-result" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f50b90812979ca5bb440f0a86e970355853d0e9466b939f88ad30af188e20525" +checksum = "4f23d402bb19bac3b25b02ada2cf1f58dd4bc8e4b12a38fc1f58aef0090ff0f6" dependencies = [ "solana-account", "solana-instruction", diff --git a/mollusk_harness/Cargo.toml b/mollusk_harness/Cargo.toml index fd81d60..e27f271 100644 --- a/mollusk_harness/Cargo.toml +++ b/mollusk_harness/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" crate-type = ["lib"] [dependencies] -mollusk-svm = { version = "0.7.1" } +mollusk-svm = { version = "0.7.2" } mollusk-svm-programs-token = { version = "0.7.1" } solana-account = "3.2" solana-instruction = "3.1" diff --git a/program/Cargo.toml b/program/Cargo.toml index 63fd0f1..ea58aa2 100644 --- a/program/Cargo.toml +++ b/program/Cargo.toml @@ -33,7 +33,7 @@ thiserror = "2.0" [dev-dependencies] spl-associated-token-account-mollusk-harness = { version = "1.0.0", path = "../mollusk_harness" } -mollusk-svm = { version = "0.7.1" } +mollusk-svm = { version = "0.7.2" } solana-keypair = "3.1" solana-signer = "3.0"