From bd100e73e563d7ec4613061ba4dcdd1e062786e4 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 03:19:38 +0000 Subject: [PATCH] Update Rust crate thiserror to 2.0.17 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"