From b6c1ddea7966d033a854f79cbfda997b82d9b619 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sat, 17 Feb 2024 21:59:48 -0800 Subject: [PATCH] chore: Bump event-listener to v5.1.0 https://github.com/smol-rs/async-process/pull/70#issuecomment-1950955967 Signed-off-by: John Nunley --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b6e199c..464a214 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ exclude = ["/.*"] [dependencies] async-lock = "3.0.0" cfg-if = "1.0" -event-listener = "5.0.0" +event-listener = "5.1.0" futures-lite = "2.0.0" [target.'cfg(unix)'.dependencies]