Skip to content

Commit

Permalink
fix(deps): update tonic monorepo to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 29, 2024
1 parent ba82aaa commit 2ef123d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ edition = "2021"
[dependencies]
hyper = { version = "0.14.28", features = ["full"] }
tokio = { version = "1.36.0", features = ["full"] }
tonic = "0.11.0"
tonic-reflection = "0.11.0"
tonic = "0.12.0"
tonic-reflection = "0.12.0"
prost = "0.12.3"
prost-types = "0.12.3"
tower = "0.4.13"
Expand All @@ -36,7 +36,7 @@ async-trait = "0.1"

[build-dependencies]
gh-workflow = "0.5.1"
tonic-build = "0.11.0"
tonic-build = "0.12.0"

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

0 comments on commit 2ef123d

Please sign in to comment.