Bump serde_json from 1.0.82 to 1.0.83 (#12)

This commit is contained in:
dependabot[bot] 2022-08-08 18:27:53 +00:00 committed by GitHub
parent bb549f264f
commit 15c5fd1c8a
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

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

View File

@ -19,7 +19,7 @@ gdk = "0.15.4"
gdk-pixbuf = "0.15.11"
glib = "0.15.12"
serde = { version = "1.0.141", features = ["derive"] }
serde_json = "1.0.81"
serde_json = "1.0.83"
reqwest = { version = "0.11.11", features = ["blocking"] }
[profile.release]