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

Commit

Permalink
fix(deps): update grpc packages (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 10, 2024
1 parent 90b1992 commit 97e8f5f
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 @@ -13,15 +13,15 @@ log = "0.4.21"
openssl = "0.10.64"
openssl-sys = "0.9.102"
parse_duration = "2.1.1"
prost = "0.12.4"
prost-types = "0.12.4"
prost = "0.13.0"
prost-types = "0.13.0"
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "fs", "signal"] }
tonic = { version = "0.11.0", features = ["tls", "tls-roots", "tls-roots-common"] }
tonic-types = "0.11.0"
tonic = { version = "0.12.0", features = ["tls", "tls-roots", "tls-roots-common"] }
tonic-types = "0.12.0"

[build-dependencies]
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] }
tonic-build = "0.11.0"
tonic-build = "0.12.0"

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

0 comments on commit 97e8f5f

Please sign in to comment.