diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-18 18:00:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-18 18:00:28 +0000 |
commit | 9f71ca09bd9320124dd1a1e5a0806e1acaf126a7 (patch) | |
tree | ef901bda78495c5aebfa313bb9ad30e028779051 | |
parent | 2485bd9a63addf6f1523f591801e26716e80b627 (diff) | |
download | servo-9f71ca09bd9320124dd1a1e5a0806e1acaf126a7.tar.gz servo-9f71ca09bd9320124dd1a1e5a0806e1acaf126a7.zip |
build(deps): bump serde_json from 1.0.132 to 1.0.133 (#34280)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.132 to 1.0.133.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.132...v1.0.133)
---
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 cb903318a09..99902df7d1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6271,9 +6271,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.132" +version = "1.0.133" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" +checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" dependencies = [ "itoa", "memchr", |