diff -r e8f3b6c55ce7 -r 45e525150123 Cargo.toml --- a/Cargo.toml Fri Nov 28 12:48:17 2025 -0500 +++ b/Cargo.toml Fri Nov 28 13:28:34 2025 -0500 @@ -21,7 +21,7 @@ [dependencies] serde = { version = "1.0", features = ["derive"] } -nalgebra = { version = "~0.33.0", features = ["rand-no-std"] } +nalgebra = { version = "~0.34.0", features = ["rand-no-std"] } numeric_literals = "~0.2.0" # All of these dependencies are only required with the `pyo3` feature pyo3 = { version = "~0.27.0", optional = true }