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:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
parent
bb3830eb55
commit
0f2bbbf506
Generated
+2
-2
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user