1
0
mirror of https://github.com/actix/examples synced 2025-01-22 22:05:57 +01:00

Merge pull request #709 from actix/dependabot/cargo/serde_json-1.0.111

chore(deps): bump serde_json from 1.0.109 to 1.0.111
This commit is contained in:
Rob Ede 2024-01-15 18:05:38 +00:00 committed by GitHub
commit 02f610f8e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View File

@ -6788,9 +6788,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.109" version = "1.0.111"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb0652c533506ad7a2e353cce269330d6afd8bdfb6d75e0ace5b35aacbd7b9e9" checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4"
dependencies = [ dependencies = [
"indexmap 2.1.0", "indexmap 2.1.0",
"itoa 1.0.9", "itoa 1.0.9",