Skip to content

Commit

Permalink
Chore(rs): Bump tokio from 1.2.0 to 1.3.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.3.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.2.0...tokio-1.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and RealKC committed Mar 16, 2021
1 parent 01894b2 commit 2ef4f4f
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
Expand Up @@ -13,7 +13,7 @@ publish = false
deterministic = []

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

tracing = "0.1.25"
Expand Down

0 comments on commit 2ef4f4f

Please sign in to comment.