82: chore(deps): bump serde_json from 1.0.95 to 1.0.96 r=orhun a=dependabot[bot]

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


Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
bors[bot] 2023-04-13 15:56:05 +00:00 committed by GitHub
commit 7e2d532598
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

@ -729,9 +729,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.95"
version = "1.0.96"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744"
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
dependencies = [
"itoa",
"ryu",

View file

@ -18,7 +18,7 @@ lazy_static = "1.4.0"
rayon = "1.7.0"
colored = "2.0.0"
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.95"
serde_json = "1.0.96"
dirs-next = "2.0.0"
parseit.workspace = true
rust-ini = "0.18.0"