From 8f76281fe3c5d29708acab3ce90150127128207c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 20:07:06 +0800 Subject: [PATCH] build(deps): bump notify-rust from 4.11.7 to 4.12.0 in /rust (#195) Bumps [notify-rust](https://github.com/hoodie/notify-rust) from 4.11.7 to 4.12.0. - [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.11.7...v4.12.0) --- updated-dependencies: - dependency-name: notify-rust dependency-version: 4.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rust/Cargo.lock | 4 ++-- rust/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 136a0c2..22468f2 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -3678,9 +3678,9 @@ checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" [[package]] name = "notify-rust" -version = "4.11.7" +version = "4.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6442248665a5aa2514e794af3b39661a8e73033b1cc5e59899e1276117ee4400" +checksum = "21af20a1b50be5ac5861f74af1a863da53a11c38684d9818d82f1c42f7fdc6c2" dependencies = [ "futures-lite", "log", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 0c2fa59..d4318aa 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -37,7 +37,7 @@ reqwest = { version = "0.12.26", features = [ hickory-resolver = { version = "0.25.2" } anyhow = "1.0.100" scopeguard = "1.0" -notify-rust = "4.11.7" +notify-rust = "4.12.0" asar = "0.3.0" walkdir = "2.5.0" ort = { version = "2.0.0-rc.11", features = [