File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,6 @@ required-features = ["tokio-runtime", "testing"]
105
105
clap = { version = " 2.33" , optional = true }
106
106
futures = " 0.3"
107
107
inventory = " 0.1"
108
- lazy_static = " 1.4"
109
108
once_cell = " 1.5"
110
109
pyo3 = " 0.14"
111
110
pyo3-asyncio-macros = { path = " pyo3-asyncio-macros" , version = " =0.14.0" , optional = true }
@@ -119,6 +118,6 @@ features = ["unstable"]
119
118
optional = true
120
119
121
120
[dependencies .tokio ]
122
- version = " 1.4 "
121
+ version = " 1.9 "
123
122
features = [" full" ]
124
123
optional = true
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ attribute.
77
77
[dependencies ]
78
78
pyo3 = { version = " 0.14" }
79
79
pyo3-asyncio = { version = " 0.14" , features = [" attributes" , " tokio-runtime" ] }
80
- tokio = " 1.4 "
80
+ tokio = " 1.9 "
81
81
```
82
82
83
83
``` rust
@@ -128,7 +128,7 @@ For `tokio`:
128
128
[dependencies ]
129
129
pyo3 = { version = " 0.14" , features = [" extension-module" ] }
130
130
pyo3-asyncio = { version = " 0.14" , features = [" tokio-runtime" ] }
131
- tokio = " 1.4 "
131
+ tokio = " 1.9 "
132
132
```
133
133
134
134
Export an async function that makes use of ` async-std ` :
@@ -421,7 +421,7 @@ crate-type = ["cdylib"]
421
421
pyo3 = { version = " 0.14" , features = [" extension-module" ] }
422
422
pyo3-asyncio = { version = " 0.14" , features = [" tokio-runtime" ] }
423
423
async-std = " 1.9"
424
- tokio = " 1.4 "
424
+ tokio = " 1.9 "
425
425
```
426
426
427
427
``` rust
You can’t perform that action at this time.
0 commit comments