add thiserror as a dependency
This commit is contained in:
parent
8b371ebb2f
commit
329ead4f6e
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -842,6 +842,7 @@ dependencies = [
|
||||
"mongodb",
|
||||
"serde",
|
||||
"teloxide",
|
||||
"thiserror 2.0.12",
|
||||
"tokio",
|
||||
]
|
||||
|
||||
|
||||
@ -17,6 +17,7 @@ futures = "0.3.31"
|
||||
mongodb = "3.2.3"
|
||||
serde = { version = "1.0.219", features = ["derive", "serde_derive"] }
|
||||
teloxide = { version = "0.14.0", features = ["macros", "postgres-storage-nativetls"] }
|
||||
thiserror = "2.0.12"
|
||||
tokio = { version = "1.44.1", features = ["rt-multi-thread", "macros"] }
|
||||
|
||||
[lints.clippy]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user