From dabbc5b5ce9773ed918131545d7e355c534cf20e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 15:11:43 +0000 Subject: [PATCH] Update rtnetlink requirement from 0.13.0 to 0.14.0 Updates the requirements on [rtnetlink](https://github.com/rust-netlink/rtnetlink) to permit the latest version. - [Release notes](https://github.com/rust-netlink/rtnetlink/releases) - [Changelog](https://github.com/rust-netlink/rtnetlink/blob/main/CHANGELOG) - [Commits](https://github.com/rust-netlink/rtnetlink/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: rtnetlink 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 37458a9..38c0128 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ thiserror = "1.0.43" tun-tap = "0.1.3" bimap = "0.6.3" pnet_packet = "0.34.0" -rtnetlink = "0.13.0" +rtnetlink = "0.14.0" futures = "0.3.28" prometheus = "0.13.3" lazy_static = "1.4.0"