From ff73cc7e4e20e543b5c98804940712c336cf1c63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:39:03 +0000 Subject: [PATCH] chore(deps): bump netlink-sys from 0.8.6 to 0.8.7 Bumps [netlink-sys](https://github.com/rust-netlink/netlink-sys) from 0.8.6 to 0.8.7. - [Release notes](https://github.com/rust-netlink/netlink-sys/releases) - [Changelog](https://github.com/rust-netlink/netlink-sys/blob/main/CHANGELOG) - [Commits](https://github.com/rust-netlink/netlink-sys/compare/v0.8.6...v0.8.7) --- updated-dependencies: - dependency-name: netlink-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e8e0a61..51ed396 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -312,9 +312,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.6.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" +checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" [[package]] name = "cc" @@ -825,9 +825,9 @@ dependencies = [ [[package]] name = "netlink-sys" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "416060d346fbaf1f23f9512963e3e878f1a78e707cb699ba9215761754244307" +checksum = "16c903aa70590cb93691bf97a767c8d1d6122d2cc9070433deb3bbf36ce8bd23" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index fa4bb02..8fa3e15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ log = { version = "0.4", default-features = false } memoffset = { version = "0.9", default-features = false } netlink-packet-core = { version = "0.7.0", default-features = false } netlink-packet-route = { version = "0.20.1", default-features = false } -netlink-sys = { version = "0.8.5", default-features = false } +netlink-sys = { version = "0.8.7", default-features = false } network-types = { version = "0.0.5", default-features = false } prost = { version = "0.12.6", default-features = false } regex = { version = "1", default-features = true }