Skip to content

Commit

Permalink
updated tokio dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
devkelley committed Jul 12, 2023
1 parent d7d34ad commit b2bccb6
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 49 deletions.
94 changes: 47 additions & 47 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ prost-types = "0.11"
regex = "1.7"
serde = "1.0.147"
serde_json = "1.0.87"
tokio = { version = "1.21.2", features = ["macros"] }
tokio-util = "0.7.3"
tokio = { version = "1.29", features = ["macros"] }
tokio-util = "0.7"
tokio-stream = { version = "0.1", features = ["net"] }
tonic = "0.9"
tonic-build = "0.9"
Expand Down

0 comments on commit b2bccb6

Please sign in to comment.