Browse Source

build(deps): bump strum_macros from 0.26.4 to 0.27.1 (#6)

Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.26.4 to 0.27.1.
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Peternator7/strum/commits/v0.27.1)

---
updated-dependencies:
- dependency-name: strum_macros
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 8 months ago
parent
commit
99266a40cd
2 changed files with 4 additions and 4 deletions
  1. 3 3
      Cargo.lock
  2. 1 1
      clients/cli/Cargo.toml

+ 3 - 3
Cargo.lock

@@ -9063,7 +9063,7 @@ dependencies = [
  "spl-transfer-hook-example",
  "spl-transfer-hook-example",
  "spl-transfer-hook-interface 0.9.0",
  "spl-transfer-hook-interface 0.9.0",
  "strum 0.26.3",
  "strum 0.26.3",
- "strum_macros 0.26.4",
+ "strum_macros 0.27.1",
  "tokio",
  "tokio",
 ]
 ]
 
 
@@ -9238,9 +9238,9 @@ dependencies = [
 
 
 [[package]]
 [[package]]
 name = "strum_macros"
 name = "strum_macros"
-version = "0.26.4"
+version = "0.27.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
+checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
 dependencies = [
 dependencies = [
  "heck 0.5.0",
  "heck 0.5.0",
  "proc-macro2",
  "proc-macro2",

+ 1 - 1
clients/cli/Cargo.toml

@@ -21,7 +21,7 @@ solana-sdk = "2.2.1"
 spl-tlv-account-resolution = { version = "0.9.0", features = ["serde-traits"] }
 spl-tlv-account-resolution = { version = "0.9.0", features = ["serde-traits"] }
 spl-transfer-hook-interface = { version = "0.9.0", path = "../../interface" }
 spl-transfer-hook-interface = { version = "0.9.0", path = "../../interface" }
 strum = "0.26"
 strum = "0.26"
-strum_macros = "0.26"
+strum_macros = "0.27"
 tokio = { version = "1", features = ["full"] }
 tokio = { version = "1", features = ["full"] }
 serde = { version = "1.0.216", features = ["derive"] }
 serde = { version = "1.0.216", features = ["derive"] }
 serde_json = "1.0.133"
 serde_json = "1.0.133"