Skip to content

Commit fddb542

Browse files
update rust version and dependencies
1 parent 2266cec commit fddb542

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Diff for: Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ authors = ["{{authors}}"]
66
description = "{{service_description}}"
77

88
[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"
1515

1616
[build-dependencies]
17-
tonic-build = "0.10.2"
17+
tonic-build = "0.11.0"
1818
glob = "0.3.1"

Diff for: rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.74.0"
2+
channel = "1.78.0"
33
components = [ "rustfmt", "clippy" ]

0 commit comments

Comments
 (0)