Use thiserror in id-validation, add more detail to mxc-uri errors

This commit is contained in:
Jonathan de Jong
2021-08-17 14:48:10 +02:00
committed by Jonas Platte
parent b0e6b22ffe
commit c33920d8ae
11 changed files with 91 additions and 70 deletions

View File

@@ -27,7 +27,7 @@ ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" }
ruma-serde = { version = "0.5.0", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.60"
thiserror = "1.0.22"
thiserror = "1.0.26"
tracing = "0.1.26"
[dev-dependencies]