From 28edda2b941aa677b2fe343fbe807b1f64ae57ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 13:09:58 +0000 Subject: [PATCH] chore(deps): bump n0-watcher from 0.6.0 to 0.6.1 Bumps [n0-watcher](https://github.com/n0-computer/n0-watcher) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/n0-computer/n0-watcher/releases) - [Changelog](https://github.com/n0-computer/n0-watcher/blob/main/CHANGELOG.md) - [Commits](https://github.com/n0-computer/n0-watcher/compare/v0.6.0...0.6.1) --- updated-dependencies: - dependency-name: n0-watcher dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- netwatch/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 438d3d0f..3445116b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -945,9 +945,9 @@ dependencies = [ [[package]] name = "n0-watcher" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba717c22ceec021ace0ff7674bf8fd60c9394605740a8201678fc1cb3a7398f6" +checksum = "38795f7932e6e9d1c6e989270ef5b3ff24ebb910e2c9d4bed2d28d8bae3007dc" dependencies = [ "derive_more", "n0-error", diff --git a/netwatch/Cargo.toml b/netwatch/Cargo.toml index 9492558e..a1a3eb1d 100644 --- a/netwatch/Cargo.toml +++ b/netwatch/Cargo.toml @@ -20,7 +20,7 @@ atomic-waker = "1.1.2" bytes = "1.7" n0-error = "0.1.2" n0-future = "0.3.1" -n0-watcher = "0.6.0" +n0-watcher = "0.6.1" pin-project-lite = "0.2.16" time = "0.3.44" tokio = { version = "1", features = [