File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,15 @@ publish = false
88async-stream = " 0.3"
99hyper = " 1"
1010hyper-util = { version = " 0.1" , features = [" tokio" ] }
11- prost = " 0.13 "
11+ prost = " 0.14 "
1212tokio = " 1"
13- tonic = " 0.13"
13+ tonic = " 0.14"
14+ tonic-prost = " 0.14"
1415tower = " 0.5"
1516tracing = " 0.1"
1617tracing-subscriber = { version = " 0.3" , features = [" env-filter" ] }
1718turmoil = { path = " ../.." }
1819
1920[build-dependencies ]
20- tonic-build = " 0.13 "
21- protox = " 0.8 "
21+ tonic-prost- build = " 0.14 "
22+ protox = " 0.9 "
Original file line number Diff line number Diff line change 11fn main ( ) -> std:: io:: Result < ( ) > {
22 let fds = protox:: compile ( [ "helloworld.proto" ] , [ "." ] ) . unwrap ( ) ;
3- tonic_build :: compile_fds ( fds)
3+ tonic_prost_build :: compile_fds ( fds)
44}
You can’t perform that action at this time.
0 commit comments