diff --git a/Cargo.toml b/Cargo.toml index 6963d0d..8aa2665 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ test = true bench = false [dependencies] -approx = "0.4" +approx = "0.5" num-complex = "0.4" num-traits = "^0.2" ndarray = { version = "0.15.3", features = ["approx", "serde"]}