From 38a804e0f55e8601ba21d64a20cb06f145669356 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 15:06:26 +0000 Subject: [PATCH] build(deps): update netdev requirement from 0.43 to 0.45 Updates the requirements on [netdev](https://github.com/shellrow/netdev) to permit the latest version. - [Release notes](https://github.com/shellrow/netdev/releases) - [Commits](https://github.com/shellrow/netdev/compare/v0.43.0...v0.45.0) --- updated-dependencies: - dependency-name: netdev dependency-version: 0.45.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 b28be0aa..f9587765 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ derive_more = "2" enum_dispatch = "0.3" futures = "0.3" getset = "0.1" -netdev = "0.43" +netdev = "0.45" nom = "8" netwatcher = "0.7" pin-project-lite = "0.2"