From 368fd700b77cd63160273d545832faaabad79126 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 10:10:09 +0000 Subject: [PATCH] Bump mnl from 0.2.3 to 0.3.1 Bumps [mnl](https://github.com/mullvad/mnl-rs) from 0.2.3 to 0.3.1. - [Changelog](https://github.com/mullvad/mnl-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/mullvad/mnl-rs/compare/v0.2.3...v0.3.1) --- updated-dependencies: - dependency-name: mnl dependency-version: 0.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 385c9bf..5d534f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1455,9 +1455,9 @@ dependencies = [ [[package]] name = "mnl" -version = "0.2.3" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f15c13b46a48d07ffae279f54a43ebfb0badee28a59a32aacdddc67effa2c4db" +checksum = "528ab362254419b09757228dc96e0d834e75392c52870d759df2274753007065" dependencies = [ "libc", "log", diff --git a/Cargo.toml b/Cargo.toml index 5cfbc9d..9f5847d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ tower = "0.5" [target.'cfg(target_os = "linux")'.dependencies] nftnl = { git = "https://github.com/DefGuard/nftnl-rs.git", rev = "1a1147271f43b9d7182a114bb056a5224c35d38f" } -mnl = "0.2" +mnl = "0.3" [target.'cfg(any(target_os = "freebsd", target_os = "macos", target_os = "netbsd"))'.dependencies] nix = { version = "0.31", default-features = false, features = ["ioctl"] }