From 1d65ec7faf7219f1e9dbb265c4ba91e2f9f309af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 00:34:30 +0000 Subject: [PATCH] build(deps): update rtnetlink requirement from 0.17.0 to 0.18.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.17.0...v0.18.0) --- updated-dependencies: - dependency-name: rtnetlink dependency-version: 0.18.0 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 17338c9..6aabb93 100644 --- a/rattan-core/Cargo.toml +++ b/rattan-core/Cargo.toml @@ -34,7 +34,7 @@ plain = "0.2.3" rand = { workspace = true } rand_distr = "0.5" regex = "1.7.3" -rtnetlink = "0.17.0" +rtnetlink = "0.18.0" serde = { workspace = true, optional = true } serde_json = { version = "1.0.96", optional = true } serde_with = "3"