From 05ccea6c70faee56fe070e41cfe0442bfa2f89e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 08:00:17 +0000 Subject: [PATCH] build(deps): update notify-debouncer-full requirement from 0.6 to 0.7 Updates the requirements on [notify-debouncer-full](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.6.0...debouncer-full-0.7.0) --- updated-dependencies: - dependency-name: notify-debouncer-full dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- chute/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chute/Cargo.toml b/chute/Cargo.toml index 0e7a80e..23b5abf 100644 --- a/chute/Cargo.toml +++ b/chute/Cargo.toml @@ -31,7 +31,7 @@ clap = { version = "4", optional = true, features = ["cargo"] } clap_autocomplete = { version = ">=0.4.1", optional = true } env_logger = { version = "0.11", optional = true, default-features = false, features = ["auto-color", "humantime"] } log = { version = "0.4.17", optional = true } -notify-debouncer-full = { version = "0.6", default-features = false } +notify-debouncer-full = { version = "0.7", default-features = false } syntect = { version = "5.0.0", default-features = false, features = ["default-fancy"] } lazy_static = "1.4.0"