Merge pull request 'fix(deps): update rust crate thiserror to v2' (#56) from renovate/thiserror-2.x into woodpecker-pipeline

Reviewed-on: https://git.batsense.net/mCaptcha/mCaptcha/pulls/56
This commit is contained in:
Aravinth Manivannan 2025-10-02 12:44:13 +05:30
commit d390bb10a8

View File

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