Skip to content

Commit

Permalink
fix(deps): update rust crate tonic to 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 28, 2023
1 parent 2c3c5f5 commit 0978320
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 15 deletions.
58 changes: 44 additions & 14 deletions servers/translator/Cargo.lock

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

2 changes: 1 addition & 1 deletion servers/translator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ async-trait = "0.1.64"
pbjson-types = "0.5.1"
prost = "0.11.8"
tokio = { version = "1.27.0", features = ["macros", "rt-multi-thread"] }
tonic = { version = "0.9.1", features = ["gzip"] }
tonic = { version = "0.10.2", features = ["gzip"] }
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
tracing = "0.1.38"
anyhow = "1.0.69"
Expand Down

0 comments on commit 0978320

Please sign in to comment.