From cee205ec0f46147a37397e3c37a83679e0f6472b Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Mon, 22 Aug 2022 16:37:56 -0400 Subject: [PATCH] Update notify crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2068dd0..f1524d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ license = "Apache-2.0" [dependencies] clap = "~2.34" humantime = "~1.0.0" -notify = "~3.0.0" +notify = "4.0.17"