build: bump serde from 1.0.142 to 1.0.143 (#4241)

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

---
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>
This commit is contained in:
dependabot[bot]
2022-08-09 03:05:31 -04:00
committed by GitHub
parent ac55a01d0f
commit 53c1093528
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ rayon = "1.5.3"
regex = "1.6.0"
rust-ini = "0.18.0"
semver = "1.0.13"
serde = { version = "1.0.142", features = ["derive"] }
serde = { version = "1.0.143", features = ["derive"] }
serde_json = "1.0.83"
sha-1 = "0.10.0"
shadow-rs = { version = "0.16.1", default-features = false }