Skip to content

Commit

Permalink
Upgrade tokio to 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidli2010 committed Jan 9, 2022
1 parent b741891 commit 5b3beff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ pub-response-field = ["visible"]
[dependencies]
tonic = "0.6.2"
prost = "0.9.0"
tokio = "1.14.0"
tokio = "1.15.0"
tokio-stream = "0.1.8"
tower-service = "0.3.1"
http = "0.2.5"
visible = { version = "0.0.1", optional = true }

[dev-dependencies]
tokio = { version = "1.14.0", features = ["full"] }
tokio = { version = "1.15.0", features = ["full"] }

[build-dependencies]
tonic-build = { version = "0.6.2", default-features = false, features = ["prost"] }
Expand Down

0 comments on commit 5b3beff

Please sign in to comment.