From a41a407083fb1ff34d7ebc5345ac11b82d65b813 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 22:52:20 +0000 Subject: [PATCH] build(deps): update netwatcher requirement from 0.4 to 0.7 Updates the requirements on [netwatcher](https://github.com/thombles/netwatcher) to permit the latest version. - [Release notes](https://github.com/thombles/netwatcher/releases) - [Commits](https://github.com/thombles/netwatcher/compare/v0.4.0...v0.7.0) --- updated-dependencies: - dependency-name: netwatcher dependency-version: 0.7.0 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 95238318..d510c807 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ futures = "0.3" getset = "0.1" netdev = "0.43" nom = "8" -netwatcher = "0.4" +netwatcher = "0.7" pin-project-lite = "0.2" rand = "0.10" ring = "0.17"