File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ itoa = "1"
34
34
tracing = { version = " 0.1" , default-features = false , features = [" std" ] }
35
35
pin-project-lite = " 0.2.4"
36
36
tower-service = " 0.3"
37
- tokio = { version = " 1.20.1" , features = [" sync" ] }
37
+ # tokio = { version = "1.20.1", features = ["sync"] }
38
+ tokio = { git = " https://www.github.com/tokio-rs/tokio" , branch = " master" , features = [" sync" ] }
38
39
want = " 0.3"
39
40
40
41
# Optional
@@ -52,7 +53,8 @@ pretty_env_logger = "0.4"
52
53
spmc = " 0.3"
53
54
serde = { version = " 1.0" , features = [" derive" ] }
54
55
serde_json = " 1.0"
55
- tokio = { version = " 1.20.1" , features = [
56
+ # tokio = { version = "1.20.1", features = [
57
+ tokio = { git = " https://www.github.com/tokio-rs/tokio" , branch = " master" , features = [
56
58
" fs" ,
57
59
" macros" ,
58
60
" io-std" ,
You can’t perform that action at this time.
0 commit comments