File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ authors = ["{{authors}}"]
6
6
description = " {{service_description}}"
7
7
8
8
[dependencies ]
9
- prost = " 0.12.3 "
10
- prost-derive = " 0.12.3 "
11
- prost-types = " 0.12.3 "
12
- tokio = {version = " 1.27 .0" , features = [" full" ] }
13
- tonic = {version = " 0.10.2 " , features = [" codegen" ] }
14
- tonic-reflection = " 0.10.2 "
9
+ prost = " 0.12.6 "
10
+ prost-derive = " 0.12.6 "
11
+ prost-types = " 0.12.6 "
12
+ tokio = {version = " 1.38 .0" , features = [" full" ] }
13
+ tonic = {version = " 0.11.0 " , features = [" codegen" ] }
14
+ tonic-reflection = " 0.11.0 "
15
15
16
16
[build-dependencies ]
17
- tonic-build = " 0.10.2 "
17
+ tonic-build = " 0.11.0 "
18
18
glob = " 0.3.1"
Original file line number Diff line number Diff line change 1
1
[toolchain ]
2
- channel = " 1.74 .0"
2
+ channel = " 1.78 .0"
3
3
components = [ " rustfmt" , " clippy" ]
You can’t perform that action at this time.
0 commit comments