@@ -63,7 +63,7 @@ tokio03 = ["async-global-executor/tokio03"]
63
63
[dependencies ]
64
64
async-attributes = { version = " 1.1.1" , optional = true }
65
65
async-mutex = { version = " 1.1.3" , optional = true }
66
- crossbeam-utils = { version = " 0.7.2 " , optional = true }
66
+ crossbeam-utils = { version = " 0.8.0 " , optional = true }
67
67
futures-core = { version = " 0.3.4" , optional = true , default-features = false }
68
68
futures-io = { version = " 0.3.4" , optional = true }
69
69
kv-log-macro = { version = " 1.0.6" , optional = true }
@@ -76,7 +76,7 @@ pin-utils = { version = "0.1.0-alpha.4", optional = true }
76
76
slab = { version = " 0.4.2" , optional = true }
77
77
78
78
# Devdepencency, but they are not allowed to be optional :/
79
- surf = { version = " 1 .0.3 " , optional = true }
79
+ surf = { version = " 2 .0.0 " , optional = true }
80
80
81
81
[target .'cfg(not(target_os = "unknown"))' .dependencies ]
82
82
async-global-executor = { version = " 1.4.0" , optional = true , features = [" async-io" ] }
@@ -92,12 +92,6 @@ futures-channel = { version = "0.3.4", optional = true }
92
92
[target .'cfg(target_arch = "wasm32")' .dev-dependencies ]
93
93
wasm-bindgen-test = " 0.3.10"
94
94
95
- [dependencies .tokio ]
96
- version = " 0.2"
97
- default-features = false
98
- features = [" rt-threaded" ]
99
- optional = true
100
-
101
95
[dev-dependencies ]
102
96
femme = " 2.1.1"
103
97
rand = " 0.7.3"
0 commit comments