Bump serde_json from 1.0.110 to 1.0.111 (#4993)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-01-04 22:11:51 -05:00 committed by GitHub
parent ce80b693b1
commit 07290c53b3
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.110"
version = "1.0.111"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fbd975230bada99c8bb618e0c365c2eefa219158d5c6c29610fd09ff1833257"
checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4"
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.110"
serde_json = "1.0.111"
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.110"
serde_json = "1.0.111"