Skip to content
This repository has been archived by the owner on Nov 21, 2021. It is now read-only.

Commit

Permalink
Bump tokio from 1.0.1 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.0.1 to 1.4.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.0.1...tokio-1.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 22, 2021
1 parent 60cc1e6 commit f6ac7ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 src/lunaria/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ maintenance = { status = "actively-developed" }
lunaria-api = { version = "0.1.1", features = ["server"] }

bevy = "0.4.0"
tokio = { version = "1.0.1", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.4.0", features = ["macros", "rt-multi-thread"] }
tokio-compat-02 = "0.2.0"
tonic = "0.3.1"

0 comments on commit f6ac7ef

Please sign in to comment.