File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -19,20 +19,20 @@ travis-ci = { repository = "PyO3/pyo3", branch = "master" }
19
19
appveyor = { repository = " fafhrd91/pyo3" }
20
20
21
21
[dependencies ]
22
- indoc = " 0.3.4"
23
- inventory = " 0.1.4"
24
- libc = " 0.2.62"
25
- num-bigint = { version = " >= 0.2" , optional = true }
26
- num-complex = { version = " >= 0.2" , optional = true }
27
- num-traits = " 0.2.8"
22
+ indoc = " ^ 0.3.4"
23
+ inventory = " ^ 0.1.4"
24
+ libc = " ^ 0.2.62"
25
+ num-bigint = { version = " 0.2" , optional = true }
26
+ num-complex = { version = " 0.2" , optional = true }
27
+ num-traits = " ^ 0.2.8"
28
28
parking_lot = { version = " 0.10" , features = [" nightly" ] }
29
- paste = " 0.1.6"
29
+ paste = " ^ 0.1.6"
30
30
pyo3cls = { path = " pyo3cls" , version = " =0.9.0-alpha.1" }
31
- unindent = " 0.1.4"
31
+ unindent = " ^ 0.1.4"
32
32
33
33
[dev-dependencies ]
34
34
assert_approx_eq = " 1.1.0"
35
- trybuild = " 1.0.14 "
35
+ trybuild = " 1.0.23 "
36
36
37
37
[build-dependencies ]
38
38
regex = " 1"
You can’t perform that action at this time.
0 commit comments