From 5b59f16a3c5b38751c73f7015155f94e9c4e7138 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 13:16:25 +0000 Subject: [PATCH] build(deps): update netlink-packet-route requirement Updates the requirements on [netlink-packet-route](https://github.com/rust-netlink/netlink-packet-route) to permit the latest version. - [Release notes](https://github.com/rust-netlink/netlink-packet-route/releases) - [Changelog](https://github.com/rust-netlink/netlink-packet-route/blob/main/CHANGELOG) - [Commits](https://github.com/rust-netlink/netlink-packet-route/compare/v0.19.0...v0.21.0) --- updated-dependencies: - dependency-name: netlink-packet-route dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rattan-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rattan-core/Cargo.toml b/rattan-core/Cargo.toml index a392c30..ad6a35c 100644 --- a/rattan-core/Cargo.toml +++ b/rattan-core/Cargo.toml @@ -23,7 +23,7 @@ ipnet = { version = "2.8.0", features = ["serde"] } lazy_static = "1.4.0" libc = "0.2.141" netem-trace = { workspace = true } -netlink-packet-route = "0.19.0" +netlink-packet-route = "0.21.0" nix = { workspace = true } once_cell = { workspace = true } parking_lot = "0.12.1"