diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-02-08 06:32:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-08 06:32:42 +0000 |
commit | a445da78dfcd2321d6898ca837a1db068c389929 (patch) | |
tree | b27f1f5a49b9159a210682e7d40e7a7828bccf4b | |
parent | dd3f42c1b2346c698968359c6d16bd9b04456fb0 (diff) | |
download | servo-a445da78dfcd2321d6898ca837a1db068c389929.tar.gz servo-a445da78dfcd2321d6898ca837a1db068c389929.zip |
Bump serde_json from 1.0.53 to 1.0.62
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.53 to 1.0.62.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.53...v1.0.62)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 60bdf8195cc..77d1d46e0a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5268,9 +5268,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.53" +version = "1.0.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "993948e75b189211a9b31a7528f950c6adc21f9720b6438ff80a7fa2f864cea2" +checksum = "ea1c6153794552ea7cf7cf63b1231a25de00ec90db326ba6264440fa08e31486" dependencies = [ "itoa", "ryu", |