From 19ce0a37a4b1341c037fcf5f2b78f12b97b33b8b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2020 13:31:37 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 480526470..afcbba9a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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",