build(deps): bump serde_json from 1.0.27 to 1.0.53

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.27 to 1.0.53.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.27...v1.0.53)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-06-08 08:25:04 +00:00 committed by GitHub
parent 0645d8c36d
commit 26347beee3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
Cargo.lock generated
View file

@ -4478,9 +4478,9 @@ dependencies = [
[[package]]
name = "ryu"
version = "0.2.8"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b96a9549dc8d48f2c283938303c4b5a77aa29bfbc5b54b084fb1630408899a8f"
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
[[package]]
name = "same-file"
@ -4765,9 +4765,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.27"
version = "1.0.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59790990c5115d16027f00913e2e66de23a51f70422e549d2ad68c8c5f268f1c"
checksum = "993948e75b189211a9b31a7528f950c6adc21f9720b6438ff80a7fa2f864cea2"
dependencies = [
"itoa",
"ryu",