mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Bump tokio from 1.21.0 to 1.21.1 (#401)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.0 to 1.21.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.21.0...tokio-1.21.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
1a1310f98b
commit
ab87f19094
4 changed files with 6 additions and 6 deletions
|
@ -33,7 +33,7 @@ reqwest = { version = "0.11.11", default-features = false }
|
|||
semver = "1.0.13"
|
||||
simplelog = "0.12.0"
|
||||
tempfile = "3.3.0"
|
||||
tokio = { version = "1.20.1", features = ["rt-multi-thread"], default-features = false }
|
||||
tokio = { version = "1.21.1", features = ["rt-multi-thread"], default-features = false }
|
||||
|
||||
[build-dependencies]
|
||||
embed-resource = "1.7.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue