update thiserror to 2.0.17

This commit is contained in:
Manuel Vögele
2025-12-15 13:32:33 +01:00
parent f61e14b319
commit 2b11521c56
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -174,7 +174,7 @@ dependencies = [
"serde",
"strum",
"teloxide",
"thiserror 1.0.69",
"thiserror 2.0.17",
"tokio",
"toml 0.9.8",
]

View File

@@ -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"