fix(deps): update rust crate serde_json to 1.0.81

This commit is contained in:
Renovate Bot 2022-05-03 21:20:16 +00:00 committed by renovate[bot]
parent d73dc16909
commit 415e6c5735
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

@ -23,7 +23,7 @@ dirs = "4.0.0"
serde = "1.0.137"
serde_derive = "1.0.137"
toml = "0.5.9"
serde_json = "1.0.80"
serde_json = "1.0.81"
chrono = "0.4.19"
base64 = "0.13.0"
notify-rust = "4.5.8"