Bump serde_json from 1.0.82 to 1.0.83

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.82 to 1.0.83.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.82...v1.0.83)

---
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-08-04 06:11:34 +00:00 committed by GitHub
parent 608f90f51a
commit 2383f81760
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -42,7 +42,7 @@ scopeguard = "1.1.0"
semver = { version = "1.0.12", features = ["serde"] }
serde = { version = "1.0.140", features = ["derive"] }
serde-tuple-vec-map = "1.0.1"
serde_json = "1.0.82"
serde_json = "1.0.83"
simplelog = "0.12.0"
strum = "0.24.1"
strum_macros = "0.24.2"