diff --git a/Cargo.toml b/Cargo.toml index 4a03203..e2d6b31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ default = [] [dependencies] # Errors anyhow = "1.0.75" -thiserror = "1.0.50" +thiserror = "2.0.0" # Async async-std = "1.12.0"