Update Rust crate serde_json to 1.0.110
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-03 00:18:37 +00:00
committed by Pierre Hubert
parent d591307a22
commit f39bad6499
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2593,9 +2593,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.109"
version = "1.0.110"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb0652c533506ad7a2e353cce269330d6afd8bdfb6d75e0ace5b35aacbd7b9e9"
checksum = "6fbd975230bada99c8bb618e0c365c2eefa219158d5c6c29610fd09ff1833257"
dependencies = [
"itoa",
"ryu",