From e5bf7f3108a243703751f95e9425574327571dc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 11:23:15 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20event-listener=20?= =?UTF-8?q?to=205.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bb57a4a..01de9f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ console-subscriber = { version = "0.2.0", optional = true } hex = "0.4.3" xdg-home = "1.1.0" rand = "0.8.5" -event-listener = "5" +event-listener = "5.3.0" [target.'cfg(unix)'.dependencies] nix = { version = "0.28.0", features = ["user"] }