Skip to content

Commit

Permalink
Bump mio from 0.7.13 to 0.7.14
Browse files Browse the repository at this point in the history
Bumps [mio](https://github.com/tokio-rs/mio) from 0.7.13 to 0.7.14.
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/v0.7.14/CHANGELOG.md)
- [Commits](tokio-rs/mio@v0.7.13...v0.7.14)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 25, 2021
1 parent 9d4e6cd commit f5e74a8
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 @@ -20,7 +20,7 @@ fastrand = "1.4.1"
futures = { version = "0.3", features = ["thread-pool"] }
libc = "0.2.105"
log = "0.4"
mio = { version = "0.7.13", features = ["os-ext", "os-poll"] }
mio = { version = "0.7.14", features = ["os-ext", "os-poll"] }
nix = "0.23.0"
oci-spec = { git = "https://github.com/containers/oci-spec-rs", rev = "d6fb1e91742313cd0d0085937e2d6df5d4669720" }
path-clean = "0.1.0"
Expand Down

0 comments on commit f5e74a8

Please sign in to comment.