Skip to content

Commit

Permalink
chore(deps): bump mio from 0.8.3 to 0.8.4
Browse files Browse the repository at this point in the history
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.3 to 0.8.4.
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/mio@v0.8.3...v0.8.4)

---
updated-dependencies:
- dependency-name: mio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 20, 2022
1 parent c2a0724 commit 5933510
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 crates/libcontainer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fastrand = "1.7.0"
futures = { version = "0.3", features = ["thread-pool"] }
libc = "0.2.126"
log = "0.4"
mio = { version = "0.8.3", features = ["os-ext", "os-poll"] }
mio = { version = "0.8.4", features = ["os-ext", "os-poll"] }
nix = "0.24.1"
oci-spec = { git = "https://github.com/containers/oci-spec-rs", rev = "6df620e", features = ["runtime"] }
path-clean = "0.1.0"
Expand Down

0 comments on commit 5933510

Please sign in to comment.