Update matrix-sdk digest to 216e878
Some checks failed
ci/woodpecker/pr/lint Pipeline failed
ci/woodpecker/pr/audit unknown status

This commit is contained in:
2025-06-10 00:01:17 +00:00
parent c101fba07c
commit d841ee88ee

View File

@@ -60,7 +60,7 @@ dioxus = { version = "0.6.3", features = ["web"] }
web-sys = "0.3.69" web-sys = "0.3.69"
# Matrix # Matrix
matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", rev = "fa6066b8", default-features = false, features = ["rustls-tls", "js"] } matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", rev = "216e878231eb230255cb4796d45e5bc0faa0d388", default-features = false, features = ["rustls-tls", "js"] }
[target.'cfg(not(target_family = "wasm"))'.dependencies] [target.'cfg(not(target_family = "wasm"))'.dependencies]
# Utils # Utils
@@ -73,7 +73,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter", "time"] }
dioxus = { version = "0.6.3", features = ["desktop"] } dioxus = { version = "0.6.3", features = ["desktop"] }
# Matrix # Matrix
matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", rev = "fa6066b8", default-features = false, features = ["rustls-tls"] } matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", rev = "216e878231eb230255cb4796d45e5bc0faa0d388", default-features = false, features = ["rustls-tls"] }
[build-dependencies] [build-dependencies]
regex = "1.10.3" regex = "1.10.3"