From 916be1780c0a8beeb649509b1f2562040c83c81d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 13:21:24 +0000 Subject: [PATCH] Bump notify-rust from 4.12.0 to 4.13.1 Bumps [notify-rust](https://github.com/hoodie/notify-rust) from 4.12.0 to 4.13.1. - [Release notes](https://github.com/hoodie/notify-rust/releases) - [Changelog](https://github.com/hoodie/notify-rust/blob/main/CHANGELOG.md) - [Commits](https://github.com/hoodie/notify-rust/compare/v4.12.0...v4.13.1) --- updated-dependencies: - dependency-name: notify-rust dependency-version: 4.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e8b1f86..269ba62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -562,9 +562,9 @@ dependencies = [ [[package]] name = "notify-rust" -version = "4.12.0" +version = "4.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21af20a1b50be5ac5861f74af1a863da53a11c38684d9818d82f1c42f7fdc6c2" +checksum = "7d782ebad628d1a24303e9a0aac4656115ceb482ba56c66c4af3d85530852d9a" dependencies = [ "futures-lite", "log", diff --git a/Cargo.toml b/Cargo.toml index 1111b2b..226eeec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,4 +7,4 @@ edition = "2024" [dependencies] clap = { version = "4.6.0", features = ["derive"] } -notify-rust = "4.12.0" +notify-rust = "4.13.1"