build: bump serde_json from 1.0.79 to 1.0.80

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.79 to 1.0.80.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.79...v1.0.80)

---
updated-dependencies:
- dependency-name: serde_json
  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-05-02 10:46:09 +00:00
parent a5a2e591c9
commit 938b0bfcec
10 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ clap = { version = "3.1.14", features = ["wrap_help","cargo"] }
dirs = "4.0.0"
serde = { version = "1.0.136", features = ["rc"] }
serde_derive = "1.0.136"
serde_json = "1.0.78"
serde_json = "1.0.80"
test_infra = { path = "../test_infra" }
thiserror = "1.0.31"
wait-timeout = "0.2.0"