Skip to content

Commit

Permalink
Upgrade dependicies
Browse files Browse the repository at this point in the history
  • Loading branch information
davidli2010 committed Mar 4, 2022
1 parent 33f81d4 commit 616e113
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.15.0"
tokio = "1.17.0"
tokio-stream = "0.1.8"
tower-service = "0.3.1"
http = "0.2.5"
http = "0.2.6"
visible = { version = "0.0.1", optional = true }

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

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

0 comments on commit 616e113

Please sign in to comment.