Skip to content

Commit

Permalink
fix(deps): update rust crate prost to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 8, 2024
1 parent 206e932 commit ecfeed8
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 @@ -26,7 +26,7 @@ resolver = "2"
[dependencies]
log = "0.4.21"
tonic = "0.11.0"
prost = "0.12.4"
prost = "0.13.0"
futures-util = "0.3.30"
maybe-async = "0.2.10"

Expand Down
2 changes: 1 addition & 1 deletion dtrd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bp7 = {path = "../bp7"}
tcpcl = {path = "../tcpcl"}
log = "0.4.21"
tonic = "0.11.0"
prost = "0.12.4"
prost = "0.13.0"
tokio = { version = "1.37.0", features = ["full", "tracing"] }
tokio-stream = "0.1.15"
tokio-util = "0.7.11"
Expand Down

0 comments on commit ecfeed8

Please sign in to comment.