Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
Update tonic and prost deps (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
diggyk authored Apr 14, 2022
1 parent 2b68d0a commit daede7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ default = ["tls"]
tls = ["tonic/tls", "tokio/fs"]

[dependencies]
tonic = "0.6"
prost = "0.9"
tonic = "0.7.1"
prost = "0.10.1"
tokio = "1.17"
tokio-stream = "0.1"
async-trait = "0.1"
Expand All @@ -29,4 +29,4 @@ tokio = { version = "1.17", features = ["full"] }
rand = "0.8"

[build-dependencies]
tonic-build = "0.6"
tonic-build = "0.7.0"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build:

.PHONY: test
test:
cargo nextest run --test-threads=1
cargo nextest run --test-threads=1 --retries 5
cargo check --no-default-features

.PHONY: test-one
Expand Down

0 comments on commit daede7b

Please sign in to comment.