Update Rust crate thiserror to v2
All checks were successful
ci/woodpecker/pr/validate Pipeline was successful
All checks were successful
ci/woodpecker/pr/validate Pipeline was successful
This commit is contained in:
@@ -9,7 +9,7 @@ default = []
|
|||||||
[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"
|
||||||
|
Reference in New Issue
Block a user