diff --git a/Cargo.toml b/Cargo.toml index 94d3ef1..53b330a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,6 @@ regex = "1.11.1" ruma = { version = "0.10.1", features = ["events"] } ruma-common = "0.13.0" serde = { version = "1.0.217", features = ["derive"] } -thiserror = "2.0.9" +thiserror = "2.0.17" tokio = "1.42.0" tracing = "0.1.41"