fix(deps): update rust crate thiserror to v2

This commit is contained in:
Renovate Bot 2025-10-02 06:58:09 +00:00
parent 37799184bf
commit af78594b75

View File

@ -10,7 +10,7 @@ authors = ["realaravinth <realaravinth@batsense.net>"]
[dependencies]
async-trait = "0.1.51"
thiserror = "1.0.30"
thiserror = "2.0.0"
serde = { version = "1", features = ["derive"]}
url = { version = "2.2.2", features = ["serde"] }
libmcaptcha = "0.2.4"