Skip to content

Commit 50e24e6

Browse files
committed
Update tokio to get rid of failing ntapi dependency
1 parent 7390310 commit 50e24e6

File tree

2 files changed

+96
-32
lines changed

2 files changed

+96
-32
lines changed

Cargo.lock

Lines changed: 95 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/Cargo.toml

Lines changed: 1 addition & 1 deletion
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)