Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and migrax committed Nov 17, 2021
1 parent 19f195e commit 9a6e418
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -16,7 +16,7 @@ thiserror = "1.0.30"
nom = "7.0.0"
anyhow = "1.0"
num_cpus = "1.8"
tokio = { version = "1.10.0", features = ["macros", "rt-multi-thread", "signal"] }
tokio = { version = "1.14.0", features = ["macros", "rt-multi-thread", "signal"] }

[dependencies.clap]
version = "3.0.0-beta.4"
Expand Down

0 comments on commit 9a6e418

Please sign in to comment.