Skip to content

Commit

Permalink
Bump tokio from 1.21.0 to 1.21.1 (rust-lang#401)
Browse files Browse the repository at this point in the history
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](tokio-rs/tokio@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>
  • Loading branch information
dependabot[bot] committed Sep 22, 2022
1 parent 1a1310f commit ab87f19
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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 crates/bin/Cargo.toml
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/binstalk/Cargo.toml
Expand Up @@ -46,7 +46,7 @@ tar = { package = "binstall-tar", version = "0.4.39" }
tempfile = "3.3.0"
thiserror = "1.0.32"
tinytemplate = "1.2.1"
tokio = { version = "1.20.1", features = ["macros", "rt", "process", "sync", "signal"], default-features = false }
tokio = { version = "1.21.1", features = ["macros", "rt", "process", "sync", "signal"], default-features = false }
toml_edit = { version = "0.14.4", features = ["easy"] }
trust-dns-resolver = { version = "0.21.2", optional = true, default-features = false, features = ["dnssec-ring"] }
url = { version = "2.2.2", features = ["serde"] }
Expand Down
4 changes: 2 additions & 2 deletions crates/detect-targets/Cargo.toml
Expand Up @@ -10,11 +10,11 @@ edition = "2021"
license = "Apache-2.0 OR MIT"

[dependencies]
tokio = { version = "1.20.1", features = ["rt", "process", "sync"], default-features = false }
tokio = { version = "1.21.1", features = ["rt", "process", "sync"], default-features = false }
cfg-if = "1.0.0"

[target.'cfg(any(target_os = "macos", target_os = "windows"))'.dependencies]
guess_host_triple = "0.1.3"

[dev-dependencies]
tokio = { version = "1.20.1", features = ["macros"], default-features = false }
tokio = { version = "1.21.1", features = ["macros"], default-features = false }

0 comments on commit ab87f19

Please sign in to comment.