Skip to content

Commit

Permalink
fix(deps): update rust crate tonic to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 8, 2024
1 parent 3351883 commit e853a67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resolver = "2"

[dependencies]
log = "0.4"
tonic = "0.10.2"
tonic = "0.11.0"
prost = "0.12.3"
futures-util = "0.3.30"
maybe-async = "0.2.9"
Expand Down
2 changes: 1 addition & 1 deletion 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"
tonic = "0.10.2"
tonic = "0.11.0"
prost = "0.12.3"
tokio = { version = "1.36.0", features = ["full", "tracing"] }
tokio-stream = "0.1.14"
Expand Down

0 comments on commit e853a67

Please sign in to comment.