Skip to content

Commit

Permalink
Upgrade Tokio to 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markmandel committed Jun 3, 2022
1 parent 786d0d3 commit c6d0cbc
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 @@ -68,7 +68,7 @@ serde_yaml = "0.8.21"
snap = "1.0.5"
stable-eyre = "0.2.2"
thiserror = "1.0.30"
tokio = { version = "1.17", features = ["rt-multi-thread", "signal", "test-util", "parking_lot"] }
tokio = { version = "1.19.0", features = ["rt-multi-thread", "signal", "test-util", "parking_lot"] }
tokio-stream = "0.1.8"
tonic = "0.6.1"
tracing = {version = "0.1.31" }
Expand Down

0 comments on commit c6d0cbc

Please sign in to comment.