Update Rust crate serde_json to 1.0.148
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2025-12-28 00:30:14 +00:00
parent 7e747b50f3
commit 5bd62d7683
2 changed files with 5 additions and 5 deletions

View File

@@ -4389,9 +4389,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.147"
version = "1.0.148"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6af14725505314343e673e9ecb7cd7e8a36aa9791eb936235a3567cc31447ae4"
checksum = "3084b546a1dd6289475996f182a22aba973866ea8e8b02c51d9f46b1336a22da"
dependencies = [
"itoa",
"memchr",
@@ -5904,9 +5904,9 @@ dependencies = [
[[package]]
name = "zmij"
version = "0.1.7"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e404bcd8afdaf006e529269d3e85a743f9480c3cef60034d77860d02964f3ba"
checksum = "e6d6085d62852e35540689d1f97ad663e3971fc19cf5eceab364d62c646ea167"
[[package]]
name = "zstd"

View File

@@ -31,7 +31,7 @@ matrix-sdk = { version = "0.16.0", features = ["e2e-encryption"] }
matrix-sdk-ui = "0.16.0"
url = "2.5.7"
ractor = "0.15.10"
serde_json = "1.0.147"
serde_json = "1.0.148"
lazy-regex = "3.4.2"
actix-ws = "0.3.0"
infer = "0.19.0"