From 0b44b949ab7f948df82f6c32e89ea7b47a90c72d Mon Sep 17 00:00:00 2001 From: candifloss Date: Tue, 20 Aug 2024 10:38:13 +0530 Subject: [PATCH] update dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f24c1f5..1b96958 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,5 +5,5 @@ edition = "2021" authors = ["candifloss "] [dependencies] -zbus_notification = "0.2.8" +zbus_notification = "0.3.5" rson_rs = "0.2.1"