build: bump serde from 1.0.143 to 1.0.144

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.143 to 1.0.144.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.143...v1.0.144)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-08-22 23:44:16 +00:00
parent 86dc1b50e3
commit fba95cbc4c
12 changed files with 15 additions and 15 deletions

View File

@@ -8,7 +8,7 @@ build = "build.rs"
[dependencies]
clap = { version = "3.2.17", features = ["wrap_help","cargo"] }
dirs = "4.0.0"
serde = { version = "1.0.143", features = ["rc", "derive"] }
serde = { version = "1.0.144", features = ["rc", "derive"] }
serde_json = "1.0.83"
test_infra = { path = "../test_infra" }
thiserror = "1.0.32"