Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
morr0ne committed Jun 16, 2024
1 parent b76e838 commit be95617
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 63 deletions.
64 changes: 2 additions & 62 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ bytes = "1.6.0"
console-subscriber = "0.3.0"
futures = "0.3.30"
thiserror = "1.0.61"
tokio = { version = "1.38.0", features = ["full", "tracing"] }
tokio = { version = "1.38.0", features = ["macros", "net", "rt-multi-thread", "signal", "sync", "tracing"] }
tokio-stream = { version = "0.1.15", features = ["net"] }
tokio-util = { version = "0.7.11", features = ["codec"] }
tracing = "0.1.40"

0 comments on commit be95617

Please sign in to comment.