From aa13ede31645a4468bd72a3ef61b61789186ba60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 23:04:49 +0000 Subject: [PATCH] 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] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- net_util/Cargo.toml | 2 +- test_infra/Cargo.toml | 2 +- vhost_user_block/Cargo.toml | 2 +- vhost_user_net/Cargo.toml | 2 +- virtio-devices/Cargo.toml | 2 +- vmm/Cargo.toml | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a698ea4be..f83e3de1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", ] diff --git a/Cargo.toml b/Cargo.toml index 2ee506a9b..d22de16fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/net_util/Cargo.toml b/net_util/Cargo.toml index bd34deb31..7de1328ed 100644 --- a/net_util/Cargo.toml +++ b/net_util/Cargo.toml @@ -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" diff --git a/test_infra/Cargo.toml b/test_infra/Cargo.toml index 99b22cdee..a41056103 100644 --- a/test_infra/Cargo.toml +++ b/test_infra/Cargo.toml @@ -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"] } diff --git a/vhost_user_block/Cargo.toml b/vhost_user_block/Cargo.toml index 616d7bbd8..d639a9228 100644 --- a/vhost_user_block/Cargo.toml +++ b/vhost_user_block/Cargo.toml @@ -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" } diff --git a/vhost_user_net/Cargo.toml b/vhost_user_net/Cargo.toml index 149e12242..0808c24a2 100644 --- a/vhost_user_net/Cargo.toml +++ b/vhost_user_net/Cargo.toml @@ -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" } diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index 3d81fea94..6bda4bb41 100644 --- a/virtio-devices/Cargo.toml +++ b/virtio-devices/Cargo.toml @@ -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" diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index 99b21db1a..61592b60c 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -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 }