Skip to content

Commit

Permalink
fix(deps): update tokio-prost monorepo to 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 4, 2024
1 parent b268470 commit 788f04d
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 9 deletions.
46 changes: 39 additions & 7 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ regex = "1.10"
lazy_static = "1.4"
tracing = "0.1"
itertools = "0.13"
prost = "0.12"
prost-types = "0.12"
prost = "0.13"
prost-types = "0.13"
tonic = "0.11"
tokio = "1.37"

Expand Down

0 comments on commit 788f04d

Please sign in to comment.