fix(deps): update rust crate serde_json to v1.0.140
All checks were successful
lint/clippy Checking for common mistakes and opportunities for code improvement
build/linux Build for the target platform: linux
build/msvc Build for the target platform: msvc

This commit is contained in:
Renovate 2025-04-21 15:46:14 +00:00
parent 341aa0a31e
commit b119b0d38d
Signed by: renovate-bot
GPG key ID: 0E059908592C1674

4
Cargo.lock generated
View file

@ -3222,9 +3222,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.127"
version = "1.0.140"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad"
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
dependencies = [
"itoa",
"memchr",