Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 23, 2021
1 parent 0263f30 commit 9a93e27
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
26 changes: 18 additions & 8 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.4.0", features = ["macros"] }
warp = "0.2.5"

0 comments on commit 9a93e27

Please sign in to comment.