Skip to content

Commit 8da680f

Browse files
dependabot[bot]zxillybot[bot]
authored andcommitted
build(deps): bump tokio from 1.41.1 to 1.42.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.41.1 to 1.42.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.41.1...tokio-1.42.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 73515bb commit 8da680f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -13,7 +13,7 @@ build = "build.rs"
1313

1414
[dependencies]
1515
clap = { version = "4.5.23", features = ["derive", "cargo", "std"] }
16-
tokio = { version = "1.41.1", features = ["rt-multi-thread"] }
16+
tokio = { version = "1.42.0", features = ["rt-multi-thread"] }
1717
serde = { version = "1.0", features = ["derive"] }
1818
znotify = "0.2.0"
1919
dirs = "5.0.1"

0 commit comments

Comments
 (0)