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"] }