build(deps): bump epoll from 4.3.0 to 4.3.1

Bumps [epoll](https://github.com/nathansizemore/epoll) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/nathansizemore/epoll/releases)
- [Commits](https://github.com/nathansizemore/epoll/commits/4.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-06-25 13:31:37 +00:00
parent a7f0f9dfea
commit 19ce0a37a4

4
Cargo.lock generated
View File

@ -292,9 +292,9 @@ dependencies = [
[[package]]
name = "epoll"
version = "4.3.0"
version = "4.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2fc767043bbb7fc449269e62596be65441c28fda97b4c1feaca517bf30bd915"
checksum = "20df693c700404f7e19d4d6fae6b15215d2913c27955d2b9d6f2c0f537511cd0"
dependencies = [
"bitflags 1.2.1",
"libc",