diff options
author | bors-servo <infra@servo.org> | 2023-06-27 01:52:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-27 01:52:51 +0200 |
commit | 1ca74a3ceea37ed6eb8786c35028966d4b8d3547 (patch) | |
tree | f244ba5cac66204cf9269b461e366729b2aec327 | |
parent | cc71bfd9c3a64052418b0108c467e8ba79e29782 (diff) | |
parent | 483edaa98702ec574c2516c984b14fed57af219e (diff) | |
download | servo-1ca74a3ceea37ed6eb8786c35028966d4b8d3547.tar.gz servo-1ca74a3ceea37ed6eb8786c35028966d4b8d3547.zip |
Auto merge of #29935 - atouchet:sjson, r=jdm
Update serde_json
<!-- Please describe your changes on the following line: -->
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [ ] `./mach build -d` does not report any errors
- [ ] `./mach test-tidy` does not report any errors
- [ ] These changes fix #___ (GitHub issue number if applicable)
<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because ___
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
-rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 8bc10d4c13d..59dfdb56291 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5296,11 +5296,11 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.64" +version = "1.0.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79" +checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3" dependencies = [ - "itoa 0.4.8", + "itoa 1.0.1", "ryu", "serde", ] |