Update Rust crate thiserror to v2
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/audit Pipeline was successful

This commit is contained in:
2025-05-03 00:01:52 +00:00
parent 66179ba858
commit ae57282dda

View File

@@ -13,7 +13,7 @@ config = "./spellcheck.toml"
[dependencies] [dependencies]
# Errors # Errors
anyhow = "1.0.75" anyhow = "1.0.75"
thiserror = "1.0.50" thiserror = "2.0.0"
# Async # Async
async-std = "1.12.0" async-std = "1.12.0"