Skip to content

Commit

Permalink
Merge pull request #1070 from containers/renovate/tokio-1.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate tokio to 1.40.0
  • Loading branch information
openshift-merge-bot[bot] committed Aug 30, 2024
2 parents 4358fd3 + 34c742b commit 5d534f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -52,7 +52,7 @@ netlink-packet-core = "0.7.0"
nftables = "0.4.1"
fs2 = "0.4.3"
netlink-sys = "0.8.6"
tokio = { version = "1.39.3", features = ["rt", "rt-multi-thread", "signal", "fs"] }
tokio = { version = "1.40.0", features = ["rt", "rt-multi-thread", "signal", "fs"] }
tokio-stream = { version = "0.1.15", features = ["net"] }
tonic = "0.11"
mozim = "0.2.4"
Expand Down

0 comments on commit 5d534f0

Please sign in to comment.