Merge pull request #401 from vbrandl/dependabot/cargo/serde_json-1.0.78
Some checks failed
continuous-integration/drone/push Build is failing

Bump serde_json from 1.0.74 to 1.0.78
This commit is contained in:
Valentin Brandl 2022-01-26 19:11:49 +01:00 committed by GitHub
commit d9bd880d51
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

@ -1751,9 +1751,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.74"
version = "1.0.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee2bb9cd061c5865d345bb02ca49fcef1391741b672b54a0bf7b679badec3142"
checksum = "d23c1ba4cf0efd44be32017709280b32d1cea5c3f1275c3b6d9e8bc54f758085"
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.130"
serde_json = "1.0.74"
serde_json = "1.0.78"
tracing = "0.1.29"
tracing-actix-web = "0.5.0-beta.1"
tracing-bunyan-formatter = "0.3.2"