Merge pull request #416 from vbrandl/dependabot/cargo/serde_json-1.0.79

Bump serde_json from 1.0.78 to 1.0.79
This commit is contained in:
Valentin Brandl 2022-02-14 16:49:44 +01:00 committed by GitHub
commit 35e8eac61a
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

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

View File

@ -27,7 +27,7 @@ openssl-probe = "0.1.5"
reqwest = "0.11.9"
serde = "1.0.136"
serde_derive = "1.0.136"
serde_json = "1.0.78"
serde_json = "1.0.79"
tracing = "0.1.30"
tracing-actix-web = "0.5.0-rc.2"
tracing-bunyan-formatter = "0.3.2"