Skip to content

Commit

Permalink
fix(deps): update rust crate prost to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 17, 2024
1 parent 0c3b270 commit c157820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
axum = "0.6.18"
async-trait = "0.1.68"
pbjson-types = "0.5.1"
prost = "0.11.9"
prost = "0.12.0"
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] }
tonic = { version = "0.9.2", features = ["gzip"] }
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
Expand Down

0 comments on commit c157820

Please sign in to comment.