1 Commits

Author SHA1 Message Date
1914d1a429 chore(deps): update rust crate ractor to 0.15.12
Some checks failed
continuous-integration/drone/push Build is failing
2026-03-17 00:27:49 +00:00
3 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -30,7 +30,7 @@ mailchecker = "6.0.19"
matrix-sdk = { version = "0.16.0", features = ["e2e-encryption"] }
matrix-sdk-ui = "0.16.0"
url = "2.5.8"
ractor = "0.15.10"
ractor = "0.15.12"
serde_json = "1.0.149"
lazy-regex = "3.6.0"
actix-ws = "0.4.0"

View File

@@ -35,7 +35,7 @@
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"eslint": "^10.0.3",
"eslint": "^9.39.4",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.4.0",