3 Commits

Author SHA1 Message Date
d841ee88ee Update matrix-sdk digest to 216e878
Some checks failed
ci/woodpecker/pr/lint Pipeline failed
ci/woodpecker/pr/audit unknown status
2025-06-10 00:01:17 +00:00
c101fba07c Merge pull request 'Update Rust crate thiserror to v2' (#11) from renovate/thiserror-2.x into develop
All checks were successful
ci/woodpecker/push/dockerize Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
ci/woodpecker/cron/dependencies Pipeline was successful
Reviewed-on: #11
2025-06-09 09:38:30 +00:00
ae57282dda Update Rust crate thiserror to v2
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/audit Pipeline was successful
2025-05-03 00:01:52 +00:00

View File

@@ -13,7 +13,7 @@ config = "./spellcheck.toml"
[dependencies]
# Errors
anyhow = "1.0.75"
thiserror = "1.0.50"
thiserror = "2.0.0"
# Async
async-std = "1.12.0"
@@ -60,7 +60,7 @@ dioxus = { version = "0.6.3", features = ["web"] }
web-sys = "0.3.69"
# 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]
# Utils
@@ -73,7 +73,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter", "time"] }
dioxus = { version = "0.6.3", features = ["desktop"] }
# 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]
regex = "1.10.3"