diff options
| author | Nathan Perry <np@npry.dev> | 2025-12-17 21:18:27 -0500 |
|---|---|---|
| committer | Nathan Perry <np@npry.dev> | 2025-12-17 21:50:38 -0500 |
| commit | fa2a1380a8f1b854c6359b980895f4d9d7038002 (patch) | |
| tree | b39131b7e91efa0881c78833a4114827e1a0d411 /calc/Cargo.toml | |
| parent | de49f346313e7739945fbf0058bdfb78c90237a6 (diff) | |
bump all deps
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 |
