Skip to content

Commit

Permalink
chore(dependencies): relax minimum tokio version to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored and seanmonstar committed Nov 15, 2023
1 parent 9f1564d commit 931aee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ futures-util = { version = "0.3", default-features = false }
http = "1"
http-body = "1"
pin-project-lite = "0.2.4"
tokio = { version = "1.13", features = ["sync"] }
tokio = { version = "1", features = ["sync"] }

# Optional

Expand Down

0 comments on commit 931aee7

Please sign in to comment.