From c135dba4e1a5ea314d849dd68877f54605f810d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 00:45:18 +0000 Subject: [PATCH] Update Rust crate rtnetlink to 0.22 --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee691d4..a0bf2dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2146,9 +2146,9 @@ dependencies = [ [[package]] name = "netlink-packet-route" -version = "0.30.0" +version = "0.32.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be8919612f6028ab4eacbbfe1234a9a43e3722c6e0915e7ff519066991905092" +checksum = "98e26a74571b93d1d52a9a5582e7c47aa9464dde57a17ea9841795eef45febd9" dependencies = [ "bitflags 2.13.1", "libc", @@ -2965,9 +2965,9 @@ dependencies = [ [[package]] name = "rtnetlink" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc19f84f710fa2f337617f9bc0400260a94224bde7bae28fd8879f3771ca5784" +checksum = "ee647c6484f6a1515dba20d2cc884b11bf5d79fcdc7f0defdf18e3620f52c18c" dependencies = [ "futures-channel", "futures-util", @@ -2977,7 +2977,7 @@ dependencies = [ "netlink-proto", "netlink-sys", "nix 0.30.1", - "thiserror 1.0.69", + "thiserror 2.0.20", "tokio", ] @@ -3639,7 +3639,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.3.4", + "getrandom 0.4.3", "once_cell", "rustix 1.1.4", "windows-sys 0.61.2", diff --git a/Cargo.toml b/Cargo.toml index dd60496..9a19035 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ rand = "0.10" rand_core = "0.10.1" rcgen = {version = "0.14", features = ["pem", "crypto"]} reqwest = {version = "0.13", default-features = false, features = ["json", "rustls-no-provider"]} -rtnetlink = "0.21" +rtnetlink = "0.22" rustls = {version = "0.23", default-features = false, features = ["ring", "std", "logging", "tls12"]} rustls-pemfile = "2" rustls-pki-types = "1"