Skip to content

Commit

Permalink
Merge pull request #1299 from containers/dependabot/cargo/mio-0.8.5
Browse files Browse the repository at this point in the history
chore(deps): bump mio from 0.8.4 to 0.8.5
  • Loading branch information
utam0k authored Oct 25, 2022
2 parents 37cbed8 + 9155416 commit 9ace4f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 crates/libcontainer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fastrand = "1.8.0"
futures = { version = "0.3", features = ["thread-pool"] }
libc = "0.2.127"
log = "0.4"
mio = { version = "0.8.4", features = ["os-ext", "os-poll"] }
mio = { version = "0.8.5", features = ["os-ext", "os-poll"] }
nix = "0.25.0"
oci-spec = { version = "0.5.8", features = ["runtime"] }
path-clean = "0.1.0"
Expand Down

0 comments on commit 9ace4f7

Please sign in to comment.