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.
1 parent 56f2257 commit 6f1123eCopy full SHA for 6f1123e
Cargo.toml
@@ -20,21 +20,21 @@ appveyor = { repository = "fafhrd91/pyo3" }
20
codecov = { repository = "PyO3/pyo3", branch = "master", service = "github" }
21
22
[dependencies]
23
-libc = "0.2.43"
+libc = "0.2.48"
24
spin = "0.5.0"
25
num-traits = "0.2.6"
26
pyo3cls = { path = "pyo3cls", version = "=0.6.0-alpha.2" }
27
mashup = "0.1.9"
28
num-complex = { version = "0.2.1", optional = true }
29
-inventory = "0.1.2"
+inventory = "0.1.3"
30
31
[dev-dependencies]
32
-assert_approx_eq = "1.0.0"
+assert_approx_eq = "1.1.0"
33
docmatic = "0.1.2"
34
indoc = "0.3.1"
35
36
[build-dependencies]
37
-regex = "1.0.5"
+regex = "1.1.0"
38
version_check = "0.1.5"
39
40
[features]
0 commit comments