Update most Rust dependencies (#2259)

This commit is contained in:
Keavon Chambers
2025-02-04 02:41:13 -08:00
committed by GitHub
parent 6d52151d60
commit 0d8b25d37f
11 changed files with 969 additions and 536 deletions

View File

@@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
pest = "2.7"
pest_derive = "2.7.11"
thiserror = "1"
thiserror = "2.0"
lazy_static = "1.5"
num-complex = "0.4"
log = { workspace = true }