From 025941ba73eb5c794072986bcafe4691415c0e90 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2020 02:07:06 +0000 Subject: [PATCH] build(deps): bump epoll from 4.1.0 to 4.2.0 Bumps [epoll](https://github.com/nathansizemore/epoll) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/nathansizemore/epoll/releases) - [Commits](https://github.com/nathansizemore/epoll/commits) 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 6b2b05d15..e86a6d208 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -289,9 +289,9 @@ dependencies = [ [[package]] name = "epoll" -version = "4.1.0" +version = "4.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "990bcfe26bea89669ede68c3f970f61d02568dbc8660317c98d805ea4e710685" +checksum = "7e5b0ba026ff8d9b1e5d58acc8d6a9a7bbd0185020bbad25cfa835d173ac0860" dependencies = [ "bitflags 1.2.1", "libc",