Skip to content

Commit

Permalink
fix(deps): update grpc packages (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Apr 5, 2022
1 parent c63968a commit 2bc288c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ include = [

[dependencies]
jsonwebtoken = "8.0.1"
prost = "0.9"
prost-types = "0.9"
prost = "0.10"
prost-types = "0.10"
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_urlencoded = "0.7.1"
time = "0.3.9"
tonic = { version = "0.6", features = ["tls", "tls-roots", "tls-roots-common"] }
tonic-types = "0.4"
tonic = { version = "0.7", features = ["tls", "tls-roots", "tls-roots-common"] }
tonic-types = "0.5"

[dev-dependencies]
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }

[build-dependencies]
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
tonic-build = "0.6"
tonic-build = "0.7"

0 comments on commit 2bc288c

Please sign in to comment.