fix(deps): update rust crate serde_json to v1.0.141 (#699)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-07-18 23:31:44 +00:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
parent bb3830eb55
commit 0f2bbbf506
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -1729,9 +1729,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.140"
version = "1.0.141"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3"
dependencies = [
"itoa",
"memchr",
+1 -1
View File
@@ -18,7 +18,7 @@ maxminddb = { version = "=0.26.0", features = ["mmap"] }
ratatui = { version = "=0.29.0", optional = true }
rlimit = "=0.10.2"
serde = "=1.0.219"
serde_json = "=1.0.140"
serde_json = "=1.0.141"
tokio = { version = "=1.46.1", features = ["full"] }
tokio-util = "=0.7.15"
toml = "=0.9.2"