Skip to content

Commit 7810238

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

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
@@ -52,7 +52,7 @@ netlink-packet-core = "0.7.0"
5252
nftables = "0.4.1"
5353
fs2 = "0.4.3"
5454
netlink-sys = "0.8.6"
55-
tokio = { version = "1.39.1", features = ["rt", "rt-multi-thread", "signal", "fs"] }
55+
tokio = { version = "1.39.2", features = ["rt", "rt-multi-thread", "signal", "fs"] }
5656
tokio-stream = { version = "0.1.15", features = ["net"] }
5757
tonic = "0.11"
5858
mozim = "0.2.4"

0 commit comments

Comments
 (0)