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 28, 2024
1 parent 6d40222 commit 406de65
Showing 1 changed file with 2 additions and 2 deletions.
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 406de65

Please sign in to comment.