Skip to content

Commit

Permalink
update rust version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
codeitlikemiley committed Jun 12, 2024
1 parent 449712b commit 30ee43f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version = "0.1.0"
edition = "2021"

[dependencies]
tonic = "0.10.2"
tonic-reflection = "0.10.2"
tokio = {{"{"}} version = "1.35.0", features = [] {{"}"}}
tonic = "0.11.0"
tonic-reflection = "0.11.0"
tokio = {{"{"}} version = "1.38.0", features = [] {{"}"}}

{{service_name}}_service = {{"{"}} path = "../services/{{service_name}}" {{"}"}}
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.74.0"
channel = "1.78.0"
components = [ "rustfmt", "clippy" ]

0 comments on commit 30ee43f

Please # to comment.