Ver código fonte

build(deps): bump serde from 1.0.209 to 1.0.210 (#7250)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.209 to 1.0.210.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.209...v1.0.210)

---
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
636fa45b14
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.8.2", path = "../interface" }
 strum = "0.26"
 strum_macros = "0.26"
 tokio = { version = "1", features = ["full"] }
-serde = { version = "1.0.209", features = ["derive"] }
+serde = { version = "1.0.210", features = ["derive"] }
 serde_json = "1.0.128"
 serde_yaml = "0.9.34"