We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf68f91 commit 73f40fdCopy full SHA for 73f40fd
Cargo.toml
@@ -10,8 +10,8 @@ hyper = { version = "0.14.28", features = ["full"] }
10
tokio = { version = "1.36.0", features = ["full"] }
11
tonic = "0.11.0"
12
tonic-reflection = "0.11.0"
13
-prost = "0.12.3"
14
-prost-types = "0.12.3"
+prost = "0.13.0"
+prost-types = "0.13.0"
15
tower = "0.4.13"
16
hyper-util = { version = "0.1.3", features = ["tokio"] }
17
http-body-util = "0.1.0"
0 commit comments