aboutsummaryrefslogtreecommitdiff
path: root/calc/Cargo.toml
diff options
context:
space:
mode:
authorNathan Perry <np@npry.dev>2025-12-17 21:18:27 -0500
committerNathan Perry <np@npry.dev>2025-12-17 21:50:38 -0500
commitfa2a1380a8f1b854c6359b980895f4d9d7038002 (patch)
treeb39131b7e91efa0881c78833a4114827e1a0d411 /calc/Cargo.toml
parentde49f346313e7739945fbf0058bdfb78c90237a6 (diff)
bump all deps
Diffstat (limited to 'calc/Cargo.toml')
-rw-r--r--calc/Cargo.toml4
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