Skip to content

Commit 9bb968b

Browse files
committed
Update to async-std 1.9.0.
1 parent 462f855 commit 9bb968b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ publish = false
1818
rustc_version = "0.3.0"
1919

2020
[dev-dependencies]
21-
async-std = { version = "1.8.0", features = ["attributes"] }
21+
async-std = { version = "1.9.0", features = ["attributes"] }
2222
anyhow = "1.0.37"
2323
cap-async-std = { path = "cap-async-std", version = "^0.13.4-alpha.0"}
2424
cap-fs-ext = { path = "cap-fs-ext", version = "^0.13.4-alpha.0"}

cap-async-std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ readme = "README.md"
1515

1616
[dependencies]
1717
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"] }
1919
cap-primitives = { path = "../cap-primitives", version = "^0.13.4-alpha.0"}
2020
unsafe-io = { version = "0.5.1", features = ["async-std"] }
2121

cap-fs-ext/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rustc_version = "0.3.0"
1818

1919
[dependencies]
2020
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 }
2222
cap-async-std = { path = "../cap-async-std", optional = true, version = "^0.13.4-alpha.0"}
2323
cap-std = { path = "../cap-std", optional = true, version = "^0.13.4-alpha.0"}
2424
cap-primitives = { path = "../cap-primitives", version = "^0.13.4-alpha.0"}

0 commit comments

Comments
 (0)