Skip to content

Commit

Permalink
Upgrade prost dependency version to =0.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dmidem committed Oct 15, 2024
1 parent cdeaf33 commit da51e11
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 @@ -96,7 +96,7 @@ maybe-rayon = { version = "0.1.0", default-features = false }
rayon = "1.5"

# Protobuf and gRPC
prost = "=0.12.3"
prost = "=0.12.6"
tonic = { version = "0.10", default-features = false }
tonic-build = { version = "0.10", default-features = false }

Expand Down

0 comments on commit da51e11

Please sign in to comment.