From fd82409870b5b7f05864f53cf9d91fdec8298627 Mon Sep 17 00:00:00 2001 From: Ilka Schulz Date: Mon, 8 Jun 2026 17:19:34 +0200 Subject: [PATCH] upgrade dependency: command-fds --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 352de938..d0ed5990 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -509,12 +509,12 @@ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" [[package]] name = "command-fds" -version = "0.2.3" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f190f3c954f7bca3c6296d0ec561c739bdbe6c7e990294ed168d415f6e1b5b01" +checksum = "1b60b5124979fccd9addd89d8b97a1d6eebb4950694520c75ddd722535ea443f" dependencies = [ - "nix 0.27.1", - "thiserror 1.0.69", + "nix 0.31.3", + "thiserror 2.0.18", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index e8fb8e3f..66da441b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,7 +94,7 @@ serde_json = { version = "1.0.140" } #Broker dependencies (might need cleanup or changes) wireguard-uapi = { version = "3.0.0", features = ["xplatform"] } -command-fds = "0.2.3" +command-fds = "0.3.3" rustix = { version = "1.1.4", features = ["net", "fs", "process"] } futures = "0.3" futures-util = "0.3"