From fefdd74115792846de736efc2abb0ae819513e61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:15:36 +0000 Subject: [PATCH] chore(deps): update notify-debouncer-mini requirement from 0.4 to 0.5 Updates the requirements on [notify-debouncer-mini](https://github.com/notify-rs/notify) to permit the latest version. - [Release notes](https://github.com/notify-rs/notify/releases) - [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md) - [Commits](https://github.com/notify-rs/notify/compare/debouncer-full-0.4.0...debouncer-mini-0.5.0) --- updated-dependencies: - dependency-name: notify-debouncer-mini dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 59e3e3e..68a4bc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ once_cell = "1" termtree = "0.5" chrono = "0.4" notify = "7" -notify-debouncer-mini = "0.4" +notify-debouncer-mini = "0.5" gst = { package = "gstreamer", version = "0.23", features = ["v1_24"] } gst-pbutils = { package = "gstreamer-pbutils", version = "0.23", features = [ "v1_24",