Jelajahi Sumber

build(deps): bump spl-token-client from 0.16.0 to 0.16.1 (#35)

Bumps [spl-token-client](https://github.com/solana-program/token-2022) from 0.16.0 to 0.16.1.
- [Release notes](https://github.com/solana-program/token-2022/releases)
- [Commits](https://github.com/solana-program/token-2022/compare/rust-legacy@v0.16.0...rust-legacy@v0.16.1)

---
updated-dependencies:
- dependency-name: spl-token-client
  dependency-version: 0.16.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] 6 bulan lalu
induk
melakukan
d3ed6d5eb0
2 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 2 2
      Cargo.lock
  2. 1 1
      clients/cli/Cargo.toml

+ 2 - 2
Cargo.lock

@@ -9069,9 +9069,9 @@ dependencies = [
 
 [[package]]
 name = "spl-token-client"
-version = "0.16.0"
+version = "0.16.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4c063f31347dec4286beec6e568c70059d27295c1b013711c26c84d52a60a1e7"
+checksum = "6fa99c4b50719e4bd0edc9575da7af2c326514cc2510e06f26946e2305269d71"
 dependencies = [
  "async-trait",
  "bincode",

+ 1 - 1
clients/cli/Cargo.toml

@@ -30,7 +30,7 @@ serde_yaml = "0.9.34"
 [dev-dependencies]
 solana-test-validator = "2.2.0"
 spl-token-2022 = { version = "9.0.0", features = ["no-entrypoint"] }
-spl-token-client = "0.16.0"
+spl-token-client = "0.16.1"
 spl-transfer-hook-example = { version = "0.6.0", path = "../../program" }
 
 [lints]