File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ publish = false
18
18
rustc_version = " 0.3.0"
19
19
20
20
[dev-dependencies ]
21
- async-std = { version = " 1.8 .0" , features = [" attributes" ] }
21
+ async-std = { version = " 1.9 .0" , features = [" attributes" ] }
22
22
anyhow = " 1.0.37"
23
23
cap-async-std = { path = " cap-async-std" , version = " ^0.13.4-alpha.0" }
24
24
cap-fs-ext = { path = " cap-fs-ext" , version = " ^0.13.4-alpha.0" }
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ readme = "README.md"
15
15
16
16
[dependencies ]
17
17
arf-strings = { version = " 0.3.0" , optional = true }
18
- async-std = { version = " 1.8 .0" , features = [" attributes" ] }
18
+ async-std = { version = " 1.9 .0" , features = [" attributes" ] }
19
19
cap-primitives = { path = " ../cap-primitives" , version = " ^0.13.4-alpha.0" }
20
20
unsafe-io = { version = " 0.5.1" , features = [" async-std" ] }
21
21
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ rustc_version = "0.3.0"
18
18
19
19
[dependencies ]
20
20
arf-strings = { version = " 0.3.0" , optional = true }
21
- async-std = { version = " 1.8 .0" , optional = true }
21
+ async-std = { version = " 1.9 .0" , optional = true }
22
22
cap-async-std = { path = " ../cap-async-std" , optional = true , version = " ^0.13.4-alpha.0" }
23
23
cap-std = { path = " ../cap-std" , optional = true , version = " ^0.13.4-alpha.0" }
24
24
cap-primitives = { path = " ../cap-primitives" , version = " ^0.13.4-alpha.0" }
You can’t perform that action at this time.
0 commit comments