Skip to content

Commit 8fea050

Browse files
authored
Merge pull request #1057 from xxchan/xxchan/scattered-perch
update async-* dependencies
2 parents 7c95bce + e393c73 commit 8fea050

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ tokio03 = ["async-global-executor/tokio03"]
6161
io_safety = []
6262

6363
[dependencies]
64-
async-attributes = { version = "1.1.1", optional = true }
65-
async-lock = { version = "2.3.0", optional = true }
64+
async-attributes = { version = "1.1.2", optional = true }
65+
async-lock = { version = "2.7.0", optional = true }
6666
crossbeam-utils = { version = "0.8.0", optional = true }
6767
futures-core = { version = "0.3.4", optional = true, default-features = false }
6868
futures-io = { version = "0.3.4", optional = true }
@@ -73,17 +73,17 @@ once_cell = { version = "1.3.1", optional = true }
7373
pin-project-lite = { version = "0.2.0", optional = true }
7474
pin-utils = { version = "0.1.0-alpha.4", optional = true }
7575
slab = { version = "0.4.2", optional = true }
76-
async-channel = { version = "1.5.1", optional = true }
76+
async-channel = { version = "1.8.0", optional = true }
7777

7878
# dev dependency, but they are not allowed to be optional :/
7979
surf = { version = "2.0.0", optional = true }
8080

8181

8282
[target.'cfg(not(target_os = "unknown"))'.dependencies]
83-
async-global-executor = { version = "2.0.0", optional = true, features = ["async-io"] }
84-
async-io = { version = "1.0.1", optional = true }
83+
async-global-executor = { version = "2.3.1", optional = true, features = ["async-io"] }
84+
async-io = { version = "1.13.0", optional = true }
8585
futures-lite = { version = "1.0.0", optional = true }
86-
async-process = { version = "1.0.1", optional = true }
86+
async-process = { version = "1.7.0", optional = true }
8787

8888
[target.'cfg(target_arch = "wasm32")'.dependencies]
8989
gloo-timers = { version = "0.2.1", features = ["futures"], optional = true }

0 commit comments

Comments
 (0)