Skip to content

Commit

Permalink
fix(deps): update rust crate pbjson-types to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 187fbb4 commit a92f45a
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 56 deletions.
158 changes: 103 additions & 55 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 @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
axum = "0.5.17"
async-trait = "0.1.80"
pbjson-types = "0.5.1"
pbjson-types = "0.7.0"
prost = "0.11.8"
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] }
tonic = { version = "0.9.1", features = ["gzip"] }
Expand Down

0 comments on commit a92f45a

Please sign in to comment.