32: chore(deps): bump serde_json from 1.0.82 to 1.0.83 r=orhun a=dependabot[bot]

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.82 to 1.0.83.


Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
bors[bot] 2022-08-11 11:24:29 +00:00 committed by GitHub
commit a60a8a4512
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -721,9 +721,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.82"
version = "1.0.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7"
checksum = "38dd04e3c8279e75b31ef29dbdceebfe5ad89f4d0937213c53f7d49d01b3d5a7"
dependencies = [
"itoa",
"ryu",

View file

@ -18,7 +18,7 @@ lazy_static = "1.4.0"
rayon = "1.5.3"
colored = "2.0.0"
serde = { version = "1.0.140", features = ["derive"] }
serde_json = "1.0.82"
serde_json = "1.0.83"
dirs-next = "2.0.0"
parseit = { version = "0.1.0", features = ["gzip"] }
rust-ini = "0.18.0"