diff options
Diffstat (limited to 'rprt-engine/Cargo.toml')
| -rw-r--r-- | rprt-engine/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rprt-engine/Cargo.toml b/rprt-engine/Cargo.toml index 179c095..e0b5d3e 100644 --- a/rprt-engine/Cargo.toml +++ b/rprt-engine/Cargo.toml @@ -6,9 +6,9 @@ license.workspace = true authors.workspace = true [dependencies] -either = "1.15.0" logos = "0.15.1" regex = "1.12.2" +thiserror = "2.0.17" [[bin]] name = "explainer" |
