Skip to content

Commit dc09c47

Browse files
build(deps): bump tokio from 1.43.0 to 1.45.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.45.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.43.0...tokio-1.45.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.45.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7cb9c76 commit dc09c47

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.34", features = ["derive", "cargo", "std"] }
16-
tokio = { version = "1.43.0", features = ["rt-multi-thread"] }
16+
tokio = { version = "1.45.1", 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)