diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-29 17:06:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-29 17:06:59 +0000 |
commit | 2cefd6919a985e89ed3999f7224c341247aedc98 (patch) | |
tree | b82cdaf005990a45c291741d5e02e16940734ea0 | |
parent | 38d9245726c5d6d912fca1bda579f9f5fa96bbfa (diff) | |
download | servo-2cefd6919a985e89ed3999f7224c341247aedc98.tar.gz servo-2cefd6919a985e89ed3999f7224c341247aedc98.zip |
build(deps): bump serde_json from 1.0.112 to 1.0.113 (#31214)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.112 to 1.0.113.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.112...v1.0.113)
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 037b60c10b7..03450d267ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5095,9 +5095,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.112" +version = "1.0.113" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d1bd37ce2324cf3bf85e5a25f96eb4baf0d5aa6eba43e7ae8958870c4ec48ed" +checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" dependencies = [ "itoa", "ryu", |