1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00

Merge pull request #698 from actix/dependabot/cargo/serde_json-1.0.109

chore(deps): bump serde_json from 1.0.108 to 1.0.109
This commit is contained in:
Rob Ede 2024-01-01 21:16:34 +00:00 committed by GitHub
commit 887d3779f4
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]]
name = "serde_json"
version = "1.0.108"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
checksum = "cb0652c533506ad7a2e353cce269330d6afd8bdfb6d75e0ace5b35aacbd7b9e9"
dependencies = [
"indexmap 2.1.0",
"itoa 1.0.9",