Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit aac8905

Browse files
Bump tokio from 1.5.0 to 1.6.0 (#161)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.5.0...tokio-1.6.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6809c95 commit aac8905

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

Cargo.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ strum_macros = "0.20"
3939
systemd = { git = "https://github.com/stackabletech/rust-systemd.git", branch = "stackable_patches_v0.8.2", default-features = false, features = ["journal"] }
4040
tar = "0.4"
4141
thiserror = "1.0"
42-
tokio = { version = "1.5", features = ["macros", "rt-multi-thread", "time"] }
42+
tokio = { version = "1.6", features = ["macros", "rt-multi-thread", "time"] }
4343
url = "2.2"
4444
zbus = "2.0.0-beta.3"
4545
zvariant = "2.6"

0 commit comments

Comments
 (0)