Skip to content

Commit 6eed183

Browse files
fix(deps): update rust crate tokio to 1.47.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ab1385d commit 6eed183

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

Cargo.lock

Lines changed: 16 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
@@ -45,7 +45,7 @@ netlink-packet-core = "0.7.0"
4545
netlink-sys = "0.8.7"
4646
nftables = "0.6.2"
4747
fs2 = "0.4.3"
48-
tokio = { version = "1.46.1", features = ["rt", "rt-multi-thread", "signal", "fs"] }
48+
tokio = { version = "1.47.0", features = ["rt", "rt-multi-thread", "signal", "fs"] }
4949
tokio-stream = { version = "0.1.17", features = ["net"] }
5050
tonic = "0.13.1"
5151
mozim = "0.2.6"

0 commit comments

Comments
 (0)