We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13af32c + bbccaf0 commit e6963e3Copy full SHA for e6963e3
Cargo.toml
@@ -12,7 +12,7 @@ categories = ["algorithms"]
12
license = "MIT"
13
14
[dependencies]
15
-num-complex = { version = "0.3.0", features = ["serde", "rand"] }
16
-num-traits = "0.2.12"
17
-rand = "0.7.3"
18
-serde = "1.0.113"
+num-complex = { version = "0.4.0", features = ["serde", "rand"] }
+num-traits = "0.2.14"
+rand = "0.8.3"
+serde = "1.0.124"
0 commit comments