Bump serde_json from 1.0.108 to 1.0.110 (#4981)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.108 to 1.0.110.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.108...v1.0.110)

---
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>
This commit is contained in:
dependabot[bot] 2024-01-04 02:07:51 -05:00 committed by GitHub
parent b989e56874
commit 4431114ddf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -3045,9 +3045,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.108"
version = "1.0.110"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
checksum = "6fbd975230bada99c8bb618e0c365c2eefa219158d5c6c29610fd09ff1833257"
dependencies = [
"indexmap",
"itoa",

View File

@ -113,7 +113,7 @@ renderdoc-sys = "1.0.0"
ron = "0.8"
rustc-hash = "1.1.0"
serde = "1"
serde_json = "1.0.108"
serde_json = "1.0.110"
smallvec = "1"
static_assertions = "1.1.0"
thiserror = "1"

View File

@ -48,4 +48,4 @@ web-sys = { version = "0.3.66", features = [
[dev-dependencies]
serde = { version = "1", features = ["serde_derive"] }
serde_json = "1.0.108"
serde_json = "1.0.110"