chore(deps): Bump serde_json from 1.0.137 to 1.0.138 (#957)

This commit is contained in:
dependabot[bot] 2025-02-05 08:37:56 +08:00 committed by GitHub
parent 72e6a312e7
commit a2336d42d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -4068,9 +4068,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.137"
version = "1.0.138"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b"
checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949"
dependencies = [
"itoa",
"memchr",

View File

@ -100,7 +100,7 @@ bytesize-serde = "0.2.1"
percent-encoding = "2.3.1"
tempfile = "3.14.0"
tokio-rustls = "0.25.0-alpha.4"
serde_json = "1.0.137"
serde_json = "1.0.138"
lru = "0.12.5"
fs2 = "0.4.3"