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",