Skip to content

Commit 36894a0

Browse files
fix(deps): update rust crate prost to 0.14
1 parent 5ee4d96 commit 36894a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
prost = { version = "0.13" }
7+
prost = { version = "0.14" }
88
tonic = { version = "0.12" }
99
tonic-reflection = { version = "0.12" }
1010
tokio = { version = "1.0", features = [

0 commit comments

Comments
 (0)