Skip to content

Commit

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and RealKC committed Mar 22, 2021
1 parent 8bfbdee commit 44eeeaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tokio = { version = "1.2.0", features = ["macros", "signal", "rt-multi-thread"] }
tokio = { version = "1.4.0", features = ["macros", "signal", "rt-multi-thread"] }
futures = "0.3.13"

tracing = "0.1.25"
Expand Down

0 comments on commit 44eeeaf

Please sign in to comment.