Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite393c73

Browse files
committed
update async-* dependencies
1 parent7c95bce commite393c73

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎Cargo.toml

Lines changed: 6 additions & 6 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp