build: Bump epoll from 4.3.1 to 4.3.3

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-07-04 23:04:49 +00:00 committed by Rob Bradford
parent d1d9e7b241
commit aa13ede316
8 changed files with 10 additions and 10 deletions

6
Cargo.lock generated
View File

@ -569,11 +569,11 @@ dependencies = [
[[package]]
name = "epoll"
version = "4.3.1"
version = "4.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20df693c700404f7e19d4d6fae6b15215d2913c27955d2b9d6f2c0f537511cd0"
checksum = "74351c3392ea1ff6cd2628e0042d268ac2371cb613252ff383b6dfa50d22fa79"
dependencies = [
"bitflags 1.3.2",
"bitflags 2.3.3",
"libc",
]

View File

@ -33,7 +33,7 @@ anyhow = "1.0.71"
api_client = { path = "api_client" }
argh = "0.1.9"
dhat = { version = "0.3.2", optional = true }
epoll = "4.3.1"
epoll = "4.3.3"
event_monitor = { path = "event_monitor" }
hypervisor = { path = "hypervisor" }
libc = "0.2.139"

View File

@ -5,7 +5,7 @@ authors = ["The Chromium OS Authors"]
edition = "2021"
[dependencies]
epoll = "4.3.1"
epoll = "4.3.3"
getrandom = "0.2.8"
libc = "0.2.139"
log = "0.4.17"

View File

@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
dirs = "5.0.0"
epoll = "4.3.1"
epoll = "4.3.3"
libc = "0.2.139"
once_cell = "1.17.1"
serde = { version = "1.0.164", features = ["rc", "derive"] }

View File

@ -9,7 +9,7 @@ build = "../build.rs"
argh = "0.1.9"
block_util = { path = "../block_util" }
env_logger = "0.10.0"
epoll = "4.3.1"
epoll = "4.3.3"
libc = "0.2.139"
log = "0.4.17"
option_parser = { path = "../option_parser" }

View File

@ -8,7 +8,7 @@ build = "../build.rs"
[dependencies]
argh = "0.1.9"
env_logger = "0.10.0"
epoll = "4.3.1"
epoll = "4.3.3"
libc = "0.2.139"
log = "0.4.17"
net_util = { path = "../net_util" }

View File

@ -12,7 +12,7 @@ anyhow = "1.0.71"
arc-swap = "1.5.1"
block_util = { path = "../block_util" }
byteorder = "1.4.3"
epoll = "4.3.1"
epoll = "4.3.3"
event_monitor = { path = "../event_monitor" }
io-uring = "0.5.13"
libc = "0.2.139"

View File

@ -22,7 +22,7 @@ bitflags = "2.3.3"
block_util = { path = "../block_util" }
blocking = { version = "1.3.0", optional = true }
devices = { path = "../devices" }
epoll = "4.3.1"
epoll = "4.3.3"
event_monitor = { path = "../event_monitor" }
futures = { version = "0.3.27", optional = true }
gdbstub = { version = "0.6.4", optional = true }