Merge pull request #109 from vbrandl/dependabot/cargo/serde_json-1.0.48

Bump serde_json from 1.0.47 to 1.0.48
This commit is contained in:
Valentin Brandl 2020-03-22 17:36:35 +01:00 committed by GitHub
commit ec9f7a3635
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

@ -1804,9 +1804,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.47"
version = "1.0.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15913895b61e0be854afd32fd4163fcd2a3df34142cf2cb961b310ce694cbf90"
checksum = "9371ade75d4c2d6cb154141b9752cf3781ec9c05e0e5cf35060e1e70ee7b9c25"
dependencies = [
"itoa",
"ryu",

View File

@ -19,7 +19,7 @@ openssl-probe = "0.1.2"
reqwest = "0.10.1"
serde = "1.0.104"
serde_derive = "1.0.103"
serde_json = "1.0.47"
serde_json = "1.0.48"
structopt = "0.3.9"
actix-rt = "1.0.0"