Skip to content

Commit

Permalink
fix(deps): update rust crate prost to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2023
1 parent a3c3b28 commit 49ba3a1
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 8 deletions.
37 changes: 30 additions & 7 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 @@ -7,7 +7,7 @@ edition = "2021"
axum = "0.5.17"
async-trait = "0.1.64"
pbjson-types = "0.5.1"
prost = "0.11.8"
prost = "0.12.1"
tokio = { version = "1.27.0", features = ["macros", "rt-multi-thread"] }
tonic = { version = "0.9.1", features = ["gzip"] }
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
Expand Down

0 comments on commit 49ba3a1

Please sign in to comment.