Skip to content

Commit 931aee7

Browse files
tottotoseanmonstar
authored andcommitted
chore(dependencies): relax minimum tokio version to 1
1 parent 9f1564d commit 931aee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ futures-util = { version = "0.3", default-features = false }
2626
http = "1"
2727
http-body = "1"
2828
pin-project-lite = "0.2.4"
29-
tokio = { version = "1.13", features = ["sync"] }
29+
tokio = { version = "1", features = ["sync"] }
3030

3131
# Optional
3232

0 commit comments

Comments
 (0)