浏览代码

build(deps): bump mollusk-svm from 0.7.0 to 0.7.1 (#164)

Bumps [mollusk-svm](https://github.com/anza-xyz/mollusk) from 0.7.0 to 0.7.1.
- [Release notes](https://github.com/anza-xyz/mollusk/releases)
- [Commits](https://github.com/anza-xyz/mollusk/compare/0.7.0...0.7.1)

---
updated-dependencies:
- dependency-name: mollusk-svm
  dependency-version: 0.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 2 周之前
父节点
当前提交
5d875da5a8
共有 3 个文件被更改,包括 29 次插入700 次删除
  1. 27 698
      Cargo.lock
  2. 1 1
      mollusk_harness/Cargo.toml
  3. 1 1
      program/Cargo.toml

文件差异内容过多而无法显示
+ 27 - 698
Cargo.lock


+ 1 - 1
mollusk_harness/Cargo.toml

@@ -11,7 +11,7 @@ edition = "2021"
 crate-type = ["lib"]
 
 [dependencies]
-mollusk-svm = { version = "0.7.0" }
+mollusk-svm = { version = "0.7.1" }
 mollusk-svm-programs-token = { version = "0.7.0" }
 solana-account = "3.2"
 solana-instruction = "3.0"

+ 1 - 1
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.0" }
+mollusk-svm = { version = "0.7.1" }
 solana-keypair = "3.0"
 solana-signer = "3.0"
 

部分文件因为文件数量过多而无法显示