Skip to content

Commit

Permalink
fix(deps): update rust crate tonic to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 17, 2024
1 parent c2bf6de commit 9a7c268
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 32 deletions.
104 changes: 73 additions & 31 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.80"
pbjson-types = "0.5.1"
prost = "0.11.8"
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] }
tonic = { version = "0.9.1", features = ["gzip"] }
tonic = { version = "0.11.0", features = ["gzip"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracing = "0.1.39"
anyhow = "1.0.82"
Expand Down

0 comments on commit 9a7c268

Please sign in to comment.