Skip to content

Commit

Permalink
update tonic to 0.3
Browse files Browse the repository at this point in the history
Signed-off-by: AnsjSun <[email protected]>
  • Loading branch information
ansjsun committed Jul 14, 2020
1 parent 6745866 commit 790a08c
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 @@ -25,7 +25,7 @@ async-graphql = "1.16.6"
async-graphql-actix-web = "1.16.6"
actix-rt = "1.1.1"
http = "0.2.1"
tonic = { version = "0.2.1", features = ["tls"] }
tonic = { version = "0.3.0", features = ["tls"] }
async-std = { version = "1.6.2", features = ["default", "unstable"]}
prost = "0.6.1"
serde = { version = "1.0.114" }
Expand All @@ -45,7 +45,7 @@ num_enum = "0.5.0"
faiss4rs = {version = "1.6.307" , optional = true}

[build-dependencies]
tonic-build = "0.2.0"
tonic-build = "0.3.0"


[features]
Expand Down

0 comments on commit 790a08c

Please sign in to comment.