Просмотр исходного кода

build(deps): bump mollusk-svm-programs-token from 0.6.0 to 0.6.1 (#142)

Bumps [mollusk-svm-programs-token](https://github.com/anza-xyz/mollusk) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/anza-xyz/mollusk/releases)
- [Commits](https://github.com/anza-xyz/mollusk/compare/0.6.0...0.6.1)

---
updated-dependencies:
- dependency-name: mollusk-svm-programs-token
  dependency-version: 0.6.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] 1 месяц назад
Родитель
Сommit
78788c1cd3
2 измененных файлов с 3 добавлено и 3 удалено
  1. 2 2
      Cargo.lock
  2. 1 1
      test-harness/Cargo.toml

+ 2 - 2
Cargo.lock

@@ -1818,9 +1818,9 @@ dependencies = [
 
 [[package]]
 name = "mollusk-svm-programs-token"
-version = "0.6.0"
+version = "0.6.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dcbe947e72c0050431388baa49a752b470843ee9e9d49695169d65ce2a51a3bd"
+checksum = "6a7e8c32a28672340d54b7b0c4887e755ede53e86dfff09d80e7c62153c43483"
 dependencies = [
  "mollusk-svm",
  "solana-account",

+ 1 - 1
test-harness/Cargo.toml

@@ -10,7 +10,7 @@ crate-type = ["lib"]
 
 [dependencies]
 mollusk-svm = { version = "0.6.1" }
-mollusk-svm-programs-token = { version = "0.6.0" }
+mollusk-svm-programs-token = { version = "0.6.1" }
 solana-account = "3.0"
 solana-instruction = "3.0"
 solana-keypair = "3.0"