Update Rust crate thiserror to v2 #11

Merged
Adrien merged 1 commits from renovate/thiserror-2.x into develop 2025-06-09 09:38:33 +00:00
Showing only changes of commit ae57282dda - Show all commits

View File

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