Skip to content

Commit

Permalink
fix(deps): bump tokio from 1.16.1 to 1.17.0
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.16.1 to 1.17.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.16.1...tokio-1.17.0)

---
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 mergify[bot] committed Feb 17, 2022
1 parent 9333cc3 commit 00f9cb5
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 13 deletions.
114 changes: 102 additions & 12 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 @@ -16,7 +16,7 @@ git2 = "0.13.25"
thiserror = "1.0.30"
clap = { version = "3.0.14", features = ["derive", "cargo", "wrap_help", "yaml", "env", "unicode", "debug" ] }
comfy-table = "5.0.0"
tokio = { version = "1.16.1", features = ["full"] }
tokio = { version = "1.17.0", features = ["full"] }
futures = "0.3.21"
miette = { version = "3.3.0", features = ["fancy"] }
time = "0.3.7"
Expand Down

0 comments on commit 00f9cb5

Please sign in to comment.