From 31c82738a1b95e5c9f590af53c4ee8387f1e6f6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 06:58:19 +0000 Subject: [PATCH] Bump nix from 0.29.0 to 0.31.3 in /ws-sfu Bumps [nix](https://github.com/nix-rust/nix) from 0.29.0 to 0.31.3. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.29.0...v0.31.3) --- updated-dependencies: - dependency-name: nix dependency-version: 0.31.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ws-sfu/Cargo.lock | 4 ++-- ws-sfu/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ws-sfu/Cargo.lock b/ws-sfu/Cargo.lock index da758a9..0d9845a 100644 --- a/ws-sfu/Cargo.lock +++ b/ws-sfu/Cargo.lock @@ -2822,9 +2822,9 @@ checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" [[package]] name = "nix" -version = "0.29.0" +version = "0.31.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" +checksum = "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d" dependencies = [ "bitflags", "cfg-if", diff --git a/ws-sfu/Cargo.toml b/ws-sfu/Cargo.toml index 5c9cafd..b10de8c 100644 --- a/ws-sfu/Cargo.toml +++ b/ws-sfu/Cargo.toml @@ -36,7 +36,7 @@ aws-sdk-s3 = "1" # Sends SIGINT to the ffmpeg recording process so it finalizes its output # container on stop, instead of leaving a truncated file behind (SIGKILL would). -nix = { version = "0.29", features = ["signal"] } +nix = { version = "0.31", features = ["signal"] } sqlx = { version = "0.9", default-features = false, features = [ "runtime-tokio", "tls-rustls", "postgres", "uuid", "chrono", "macros",