Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Update tonic version
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapk00 committed Feb 4, 2020
1 parent dd13aca commit 8a62634
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 59 deletions.
98 changes: 43 additions & 55 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ rand = "0.7.2"
sodiumoxide = "0.2.5"
ring = "0.16.9"

tonic = { version = "0.1.0-beta.1", features = ["tls", "tls-roots"] }
tonic = { version = "0.1.1", features = ["tls", "tls-roots"] }
bytes = "0.4"
prost = "0.5"
prost-types = "0.5"
prost = "0.6"
prost-types = "0.6"
tokio = { version = "0.2", features = ["rt-threaded", "time", "stream", "fs", "macros", "uds", "full"] }
tokio-rustls = { version = "0.12.1", features = ["dangerous_configuration"] }
webpki = "0.21.0"
Expand Down Expand Up @@ -64,7 +64,7 @@ rev = "188537ea025fcb7fbdfc11266f307a084a5451e4"
features = ["ff_derive"]

[build-dependencies]
tonic-build = "0.1.0-beta.1"
tonic-build = "0.1.1"

[dev-dependencies]
tempdir = "0.3.7"

0 comments on commit 8a62634

Please sign in to comment.