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 committed Oct 17, 2023
1 parent 8ebe25c commit 14bdeae
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 = "0.2"
http-body = "=1.0.0-rc.2"
pin-project-lite = "0.2.4"
tokio = { version = "1.13", features = ["sync"] }
tokio = { version = "1", features = ["sync"] }

# Optional

Expand Down

0 comments on commit 14bdeae

Please sign in to comment.