File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 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" }
1919appveyor = { repository = " fafhrd91/pyo3" }
2020
2121[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"
2828parking_lot = { version = " 0.10" , features = [" nightly" ] }
29- paste = " 0.1.6"
29+ paste = " ^ 0.1.6"
3030pyo3cls = { path = " pyo3cls" , version = " =0.9.0-alpha.1" }
31- unindent = " 0.1.4"
31+ unindent = " ^ 0.1.4"
3232
3333[dev-dependencies ]
3434assert_approx_eq = " 1.1.0"
35- trybuild = " 1.0.14 "
35+ trybuild = " 1.0.23 "
3636
3737[build-dependencies ]
3838regex = " 1"
You can’t perform that action at this time.
0 commit comments