Update Rust crate serde_json to v1.0.116

This commit is contained in:
Renovate Bot 2024-05-04 13:50:57 +00:00
parent a9fd4ef867
commit 04b3e2d2fa
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -1897,9 +1897,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.113"
version = "1.0.116"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79"
checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813"
dependencies = [
"itoa",
"ryu",