Skip to content

Commit

Permalink
Bump tokio from 0.2.24 to 1.3.0
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.24 to 1.3.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-0.2.24...tokio-1.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 15, 2021
1 parent cadcbbf commit 019c3fb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
21 changes: 19 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -17,7 +17,7 @@ tempfile = "3.1"
rmp-serde = "0.14.3"
# holochain_websocket uses tokio 0.2
# TODO: bump to 0.3 after https://github.com/holochain/holochain/pull/461 is merged
tokio = { version = "0.2", features = ["full"] }
tokio = { version = "1.3", features = ["full"] }
tracing = { version = "0.1", features = ["attributes"] }
tracing-futures = "0.2"
tracing-subscriber = "0.2"
Expand Down

0 comments on commit 019c3fb

Please sign in to comment.