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

Reviewed-on: https://git.batsense.net/mCaptcha/mCaptcha/pulls/15
This commit is contained in:
Aravinth Manivannan 2024-12-30 18:46:35 +05:30
commit e11d71a5fa

View File

@ -177,6 +177,12 @@ dependencies = [
"walkdir",
]
[[package]]
name = "memchr"
version = "2.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
[[package]]
name = "mime"
version = "0.3.17"
@ -248,11 +254,12 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.107"
version = "1.0.134"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d"
dependencies = [
"itoa",
"memchr",
"ryu",
"serde",
]