diff options
Diffstat (limited to 'calc/Cargo.toml')
| -rw-r--r-- | calc/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calc/Cargo.toml b/calc/Cargo.toml index fe2ecc3..68103e0 100644 --- a/calc/Cargo.toml +++ b/calc/Cargo.toml @@ -7,8 +7,8 @@ edition.workspace = true [dependencies] pest = "2.7" pest_derive = "2.7" -thiserror = "1.0" -statrs = "0.16" +thiserror = "2.0" +statrs = "0.18" lazy_static.workspace = true rand.workspace = true |
