Skip to content

Commit 2ef123d

Browse files
fix(deps): update tonic monorepo to 0.12.0
1 parent ba82aaa commit 2ef123d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ edition = "2021"
88
[dependencies]
99
hyper = { version = "0.14.28", features = ["full"] }
1010
tokio = { version = "1.36.0", features = ["full"] }
11-
tonic = "0.11.0"
12-
tonic-reflection = "0.11.0"
11+
tonic = "0.12.0"
12+
tonic-reflection = "0.12.0"
1313
prost = "0.12.3"
1414
prost-types = "0.12.3"
1515
tower = "0.4.13"
@@ -36,7 +36,7 @@ async-trait = "0.1"
3636

3737
[build-dependencies]
3838
gh-workflow = "0.5.1"
39-
tonic-build = "0.11.0"
39+
tonic-build = "0.12.0"
4040

4141
[dev-dependencies]
4242
gh-workflow = "0.5.1"

0 commit comments

Comments
 (0)