Skip to content

Commit

Permalink
Merge pull request containers#683 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.28
  • Loading branch information
openshift-merge-robot authored Apr 26, 2023
2 parents c1b885b + 65ff4f1 commit 319d0ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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-route = "0.15"
netlink-packet-core = "0.5"
fs2 = "0.4.3"
netlink-sys = "0.8.5"
tokio = { version = "1.27", features = ["rt", "rt-multi-thread", "signal", "fs"] }
tokio = { version = "1.28", features = ["rt", "rt-multi-thread", "signal", "fs"] }
tokio-stream = { version = "0.1", features = ["net"] }
tonic = "0.9"
mozim = "0.2.2"
Expand Down

0 comments on commit 319d0ea

Please sign in to comment.