fix(deps): update rust crate serde_json to 1.0.82

This commit is contained in:
renovate[bot] 2022-06-29 21:47:20 +00:00
parent 1d6aa51df6
commit 69211e9720
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

@ -21,7 +21,7 @@ codegen-units = 1
[dependencies]
dirs = "4.0.0"
toml = "0.5.9"
serde_json = "1.0.81"
serde_json = "1.0.82"
chrono = "0.4.19"
base64 = "0.13.0"
notify-rust = "4.5.8"