Skip to content

Commit

Permalink
fix(deps): update rust crate prost to 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent bea821e commit 618baa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"

[dependencies]
tonic = { version = "0.11"}
prost = "0.12"
prost = "0.13"
serde = { version = "1.0", features = ["derive"] }

[build-dependencies.tonic-build]
Expand Down

0 comments on commit 618baa0

Please sign in to comment.