Skip to content

Commit 58130ff

Browse files
authored
Update to async-std v1.13 (#812)
1 parent d2e705b commit 58130ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ smol = { version = "2.0", default-features = false, optional = true }
4343
tokio = { version = "1.0", default-features = false, features = [
4444
"rt",
4545
], optional = true }
46-
async-std = { version = "1.9", optional = true }
46+
async-std = { version = "1.13", optional = true }
4747

4848
[dependencies.plotters]
4949
version = "^0.3.2"

0 commit comments

Comments
 (0)