1 Commits

Author SHA1 Message Date
f6a7132d43 Update Rust crate ractor to 0.15.10
All checks were successful
continuous-integration/drone/push Build is passing
2025-12-21 00:30:59 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -3669,9 +3669,9 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
[[package]] [[package]]
name = "ractor" name = "ractor"
version = "0.15.9" version = "0.15.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9500e0be6f12a0539cb1154d654ef2e888bf8529164e54aff4a097baad5bb001" checksum = "6102314f700f3e8df466c49110830b18cbfc172f88f27a9d7383e455663b1be7"
dependencies = [ dependencies = [
"bon", "bon",
"dashmap", "dashmap",

View File

@@ -30,7 +30,7 @@ mailchecker = "6.0.19"
matrix-sdk = { version = "0.16.0", features = ["e2e-encryption"] } matrix-sdk = { version = "0.16.0", features = ["e2e-encryption"] }
matrix-sdk-ui = "0.16.0" matrix-sdk-ui = "0.16.0"
url = "2.5.7" url = "2.5.7"
ractor = "0.15.9" ractor = "0.15.10"
serde_json = "1.0.145" serde_json = "1.0.145"
lazy-regex = "3.4.2" lazy-regex = "3.4.2"
actix-ws = "0.3.0" actix-ws = "0.3.0"