Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 9, 2021
1 parent 3ada865 commit 2b84720
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
30 changes: 20 additions & 10 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 all-is-cubes-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ test = false # any testable code will be in lib
[dependencies]
all-is-cubes = { path = "../all-is-cubes", version = "0.2.0", features = ["rayon"] }
static_dir = "0.1.3"
tokio = { version = "0.2.22", features = ["macros"] }
tokio = { version = "1.2.0", features = ["macros"] }
warp = "0.2.5"

0 comments on commit 2b84720

Please sign in to comment.