From 2b11521c56527df5628b18cae93101a43661434a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Mon, 15 Dec 2025 13:32:33 +0100 Subject: [PATCH] update thiserror to 2.0.17 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dc58bf6..81028d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -174,7 +174,7 @@ dependencies = [ "serde", "strum", "teloxide", - "thiserror 1.0.69", + "thiserror 2.0.17", "tokio", "toml 0.9.8", ] diff --git a/Cargo.toml b/Cargo.toml index d659dc5..1b090a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ rust-i18n = "3.0.1" serde = { version = "1.0.145", features = ["derive"] } strum = { version = "0.27.2", features = ["derive"] } teloxide = { version = "0.13.0", features = ["macros", "throttle"] } -thiserror = "1.0.56" +thiserror = "2.0.17" tokio = { version = "1.21.2", features = ["macros"] } toml = "0.9.8"