diff --git a/Cargo.lock b/Cargo.lock index 93dc0b3e85..1a88759cd3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -131,12 +131,11 @@ dependencies = [ [[package]] name = "async-channel" -version = "2.2.1" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "136d4d23bcc79e27423727b36823d86233aad06dfea531837b038394d11e9928" +checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" dependencies = [ "concurrent-queue", - "event-listener 5.3.0", "event-listener-strategy 0.5.2", "futures-core", "pin-project-lite", @@ -303,9 +302,9 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "concurrent-queue" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363" +checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" dependencies = [ "crossbeam-utils", ] diff --git a/Cargo.toml b/Cargo.toml index e443389108..1c5c87bc13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ virtio-spec = { path = "virtio-spec", features = ["zerocopy"] } ahash = { version = "0.8", default-features = false } align-address = "0.3" anstyle = { version = "1", default-features = false } -async-channel = { version = "2.2", default-features = false } +async-channel = { version = "2.3", default-features = false } async-lock = { version = "3.3.0", default-features = false } async-trait = "0.1.80" bit_field = "0.10"