Skip to content

Commit 65594bc

Browse files
Bump tokio from 1.41.1 to 1.43.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.41.1 to 1.43.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.41.1...tokio-1.43.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7763596 commit 65594bc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -18,7 +18,7 @@ futures = "0.3.31"
1818
netlink-packet-route = "~0.19.0"
1919
rtnetlink = "0.14.1"
2020
nix = { version = "0.29.0", features = ["mount", "user", "reboot", "feature", "net", "aio", "signal", "process", "fs"] }
21-
tokio = { version = "1.41.1", features = ["full", "macros", "rt-multi-thread"] }
21+
tokio = { version = "1.43.1", features = ["full", "macros", "rt-multi-thread"] }
2222
log = "0.4.22"
2323
simple_logger = "5.0.0"
2424
tonic = "0.12.3"

0 commit comments

Comments
 (0)