chore(deps): bump serde_json from 1.0.79 to 1.0.81 (#26)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.79 to 1.0.81.
This commit is contained in:
dependabot[bot] 2022-05-11 13:31:07 +00:00
parent 871f99e277
commit 5465bc0a7b
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -646,9 +646,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.79"
version = "1.0.81"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
dependencies = [
"itoa",
"ryu",

View File

@ -18,6 +18,6 @@ lazy_static = "1.4.0"
rayon = "1.5.2"
colored = "2.0.0"
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.79"
serde_json = "1.0.81"
dirs-next = "2.0.0"
parseit = { version = "0.1.0", features = ["gzip"] }