Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Leon committed Sep 7, 2024
1 parent dc95aa1 commit b6a190b
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 @@ -10,9 +10,9 @@ client-api = []
server-api = []

[dependencies]
tonic = {version = "*"}
tonic-health = {version = "*"}
tonic-web = {version = "*"}
tonic = {version = "*", features = ["prost", "channel"], default-features = false}
tonic-health = {version = "*", default-features = false, features = []}
tonic-web = {version = "*", default-features = false, features = []}
prost = {version = "*"}
prost-types = {version = "*"}
[build-dependencies]
Expand Down

0 comments on commit b6a190b

Please sign in to comment.