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

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


Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
bors[bot] 2023-04-10 02:31:06 +00:00 committed by GitHub
commit 04afa800fe
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.93"
version = "1.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76"
checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744"
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.159", features = ["derive"] }
serde_json = "1.0.93"
serde_json = "1.0.95"
dirs-next = "2.0.0"
parseit = { version = "0.1.2", features = ["gzip"] }
rust-ini = "0.18.0"