From 7c8f8cc68d6a20eec28ceba507c0c2217afa77ee Mon Sep 17 00:00:00 2001 From: Nikita Galaiko Date: Mon, 8 Jan 2024 12:21:45 +0100 Subject: [PATCH] chore: update notify dependency to version 6.1.1 --- gitbutler-app/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitbutler-app/Cargo.toml b/gitbutler-app/Cargo.toml index f37b9cd03..a55e85722 100644 --- a/gitbutler-app/Cargo.toml +++ b/gitbutler-app/Cargo.toml @@ -41,7 +41,7 @@ itertools = "0.12" lazy_static = "1.4.0" md5 = "0.7.0" nonzero_ext = "0.3.0" -notify = { version = "6.0.1" } +notify = { version = "6.1.1" } notify-debouncer-full = "0.3.1" num_cpus = "1.16.0" once_cell = "1.19"