Skip to content

Commit

Permalink
fix(deps): update rust crate prost to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 26, 2025
1 parent 590e38f commit b21f015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/infra/grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ anyhow = "1.0.95"
async-trait = "0.1.85"
log = "0.4.25"
pbjson-types = "0.5.1"
prost = "0.11.9"
prost = "0.13.0"
serde = "1.0.217"
tonic = { version = "0.9.2", features = ["gzip"] }

0 comments on commit b21f015

Please sign in to comment.