Ver código fonte

build(deps): bump serde from 1.0.214 to 1.0.215 (#7485)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.214 to 1.0.215.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.214...v1.0.215)

---
updated-dependencies:
- dependency-name: serde
  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 ano atrás
pai
commit
629ae2f947
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      clients/cli/Cargo.toml

+ 1 - 1
clients/cli/Cargo.toml

@@ -22,7 +22,7 @@ spl-transfer-hook-interface = { version = "0.9.0", path = "../interface" }
 strum = "0.26"
 strum_macros = "0.26"
 tokio = { version = "1", features = ["full"] }
-serde = { version = "1.0.214", features = ["derive"] }
+serde = { version = "1.0.215", features = ["derive"] }
 serde_json = "1.0.132"
 serde_yaml = "0.9.34"