Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.43.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 346f4af commit cb250d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ netlink-packet-core = "0.7.0"
nftables = "0.5.0"
fs2 = "0.4.3"
netlink-sys = "0.8.7"
tokio = { version = "1.42.0", features = ["rt", "rt-multi-thread", "signal", "fs"] }
tokio = { version = "1.43.0", features = ["rt", "rt-multi-thread", "signal", "fs"] }
tokio-stream = { version = "0.1.17", features = ["net"] }
tonic = "0.12.3"
mozim = "0.2.5"
Expand Down

0 comments on commit cb250d4

Please sign in to comment.