|
|
@ -80,9 +80,9 @@ futures-timer = { version = "3.0.2", optional = true }
|
|
|
|
surf = { version = "1.0.3", optional = true }
|
|
|
|
surf = { version = "1.0.3", optional = true }
|
|
|
|
|
|
|
|
|
|
|
|
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
|
|
|
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
|
|
|
async-executor = { version = "0.2.0", optional = true }
|
|
|
|
async-executor = { version = "1.0.0", optional = true }
|
|
|
|
async-io = { version = "0.2.1", optional = true }
|
|
|
|
async-io = { version = "1.0.1", optional = true }
|
|
|
|
blocking = { version = "0.6.0", optional = true }
|
|
|
|
blocking = { version = "1.0.0", optional = true }
|
|
|
|
futures-lite = { version = "1.0.0", optional = true }
|
|
|
|
futures-lite = { version = "1.0.0", optional = true }
|
|
|
|
|
|
|
|
|
|
|
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
|
|
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
|
|
|