Skip to content

Commit 93dc60d

Browse files
authored
Merge pull request #1540 from rylev/update-tokio
Update tokio to get rid of failing ntapi dependency
2 parents 7390310 + 50e24e6 commit 93dc60d

File tree

2 files changed

+96
-32
lines changed

2 files changed

+96
-32
lines changed

Cargo.lock

+95-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env_logger = "0.8"
99
anyhow = "1"
1010
thiserror = "1"
1111
futures = "0.3"
12-
tokio = { version = "1.6", features = ["macros", "time"] }
12+
tokio = { version = "1.26", features = ["macros", "time"] }
1313
log = "0.4"
1414
serde = { version = "1", features = ["rc"] }
1515
serde_derive = "1"

0 commit comments

Comments
 (0)