Skip to content

Commit 15798bd

Browse files
committed
update to smol 1.0 subcrates
Signed-off-by: Marc-Antoine Perennou <[email protected]>
1 parent e2f6384 commit 15798bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ futures-timer = { version = "3.0.2", optional = true }
8080
surf = { version = "1.0.3", optional = true }
8181

8282
[target.'cfg(not(target_os = "unknown"))'.dependencies]
83-
async-executor = { version = "0.2.0", optional = true }
84-
async-io = { version = "0.2.1", optional = true }
85-
blocking = { version = "0.6.0", optional = true }
83+
async-executor = { version = "1.0.0", optional = true }
84+
async-io = { version = "1.0.1", optional = true }
85+
blocking = { version = "1.0.0", optional = true }
8686
futures-lite = { version = "1.0.0", optional = true }
8787

8888
[target.'cfg(target_arch = "wasm32")'.dependencies]

0 commit comments

Comments
 (0)