update thiserror to 2.0.17
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -174,7 +174,7 @@ dependencies = [
|
||||
"serde",
|
||||
"strum",
|
||||
"teloxide",
|
||||
"thiserror 1.0.69",
|
||||
"thiserror 2.0.17",
|
||||
"tokio",
|
||||
"toml 0.9.8",
|
||||
]
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user