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 Jul 28, 2024
1 parent c94ee2a commit 9501623
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ resolver = "2"

[dependencies]
log = "0.4.21"
tonic = "0.11.0"
tonic = "0.12.0"
prost = "0.12.4"
futures-util = "0.3.30"
maybe-async = "0.2.10"

[build-dependencies]
tonic-build = "0.11.0"
tonic-build = "0.12.0"
4 changes: 2 additions & 2 deletions dtrd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ edition = "2021"
bp7 = {path = "../bp7"}
tcpcl = {path = "../tcpcl"}
log = "0.4.21"
tonic = "0.11.0"
tonic = "0.12.0"
prost = "0.12.4"
tokio = { version = "1.37.0", features = ["full", "tracing"] }
tokio-stream = "0.1.15"
Expand All @@ -42,4 +42,4 @@ async-stream = "0.3.5"
url = "2.5.0"

[build-dependencies]
tonic-build = "0.11.0"
tonic-build = "0.12.0"

0 comments on commit 9501623

Please sign in to comment.