Merge pull request 'chore(deps): update rust crate serde_json to v1.0.145' (#96) from renovate/serde_json-1.x-lockfile into woodpecker-pipeline

Reviewed-on: https://git.batsense.net/mCaptcha/mCaptcha/pulls/96
This commit is contained in:
Aravinth Manivannan 2025-10-02 13:12:49 +05:30
commit 85466e360c

View File

@ -264,14 +264,15 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.140"
version = "1.0.145"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
dependencies = [
"itoa",
"memchr",
"ryu",
"serde",
"serde_core",
]
[[package]]