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

Bump serde_json from 1.0.71 to 1.0.72
This commit is contained in:
Valentin Brandl 2021-11-26 11:40:17 +01:00 committed by GitHub
commit 9a2498e9db
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

@ -1735,9 +1735,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.71"
version = "1.0.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "063bf466a64011ac24040a49009724ee60a57da1b437617ceb32e53ad61bfb19"
checksum = "d0ffa0837f2dfa6fb90868c2b5468cad482e175f7dad97e7421951e663f2b527"
dependencies = [
"itoa",
"ryu",

View File

@ -27,7 +27,7 @@ openssl-probe = "0.1.4"
reqwest = "0.11.6"
serde = "1.0.130"
serde_derive = "1.0.130"
serde_json = "1.0.71"
serde_json = "1.0.72"
tracing = "0.1.29"
tracing-actix-web = "0.4.0-beta.14"
tracing-bunyan-formatter = "0.3.1"