Skip to content

Commit 1821469

Browse files
Bump tokio from 1.21.2 to 1.22.0 (rust-lang#548)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.2 to 1.22.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.21.2...tokio-1.22.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... 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>
1 parent 83b2de3 commit 1821469

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/bin/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ strum = "0.24.1"
3636
strum_macros = "0.24.3"
3737
supports-color = "1.3.1"
3838
tempfile = "3.3.0"
39-
tokio = { version = "1.21.2", features = ["rt-multi-thread"], default-features = false }
39+
tokio = { version = "1.22.0", features = ["rt-multi-thread"], default-features = false }
4040
tracing-core = "0.1.30"
4141
tracing = { version = "0.1.37", default-features = false }
4242
tracing-log = { version = "0.1.3", default-features = false }

crates/binstalk-downloader/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ scopeguard = "1.1.0"
2727
tar = { package = "binstall-tar", version = "0.4.39" }
2828
tempfile = "3.3.0"
2929
thiserror = "1.0.37"
30-
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread", "sync", "time"], default-features = false }
30+
tokio = { version = "1.22.0", features = ["macros", "rt-multi-thread", "sync", "time"], default-features = false }
3131
tower = { version = "0.4.13", features = ["limit", "util"] }
3232
tracing = "0.1.37"
3333
trust-dns-resolver = { version = "0.22.0", optional = true, default-features = false, features = ["dnssec-ring"] }

crates/binstalk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tempfile = "3.3.0"
3232
thiserror = "1.0.37"
3333
tinytemplate = "1.2.1"
3434
# parking_lot for `tokio::sync::OnceCell::const_new`
35-
tokio = { version = "1.21.2", features = ["rt", "process", "sync", "signal", "parking_lot"], default-features = false }
35+
tokio = { version = "1.22.0", features = ["rt", "process", "sync", "signal", "parking_lot"], default-features = false }
3636
tracing = "0.1.37"
3737
url = { version = "2.3.1", features = ["serde"] }
3838
xz2 = "0.1.7"

crates/detect-targets/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ edition = "2021"
1010
license = "Apache-2.0 OR MIT"
1111

1212
[dependencies]
13-
tokio = { version = "1.21.2", features = ["rt", "process", "sync"], default-features = false }
13+
tokio = { version = "1.22.0", features = ["rt", "process", "sync"], default-features = false }
1414
cfg-if = "1.0.0"
1515

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

1919
[dev-dependencies]
20-
tokio = { version = "1.21.2", features = ["macros"], default-features = false }
20+
tokio = { version = "1.22.0", features = ["macros"], default-features = false }

0 commit comments

Comments
 (0)