@@ -3284,7 +3284,7 @@ version = "3.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
dependencies = [
- "nix 0.29.0",
+ "nix",
"windows-sys 0.59.0",
]
@@ -7066,18 +7066,6 @@ version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
-[[package]]
-name = "nix"
-version = "0.28.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
-dependencies = [
- "bitflags 2.6.0",
- "cfg-if",
- "cfg_aliases 0.1.1",
- "libc",
-]
-
[[package]]
name = "nix"
version = "0.29.0"
@@ -14169,7 +14157,7 @@ dependencies = [
"futures-sink",
"futures-util",
"hex",
- "nix 0.29.0",
+ "nix",
"ordered-stream",
"rand 0.8.5",
"serde",
@@ -14267,7 +14255,7 @@ dependencies = [
"markdown_preview",
"menu",
"mimalloc",
- "nix 0.28.0",
+ "nix",
"node_runtime",
"notifications",
"outline",
@@ -367,7 +367,7 @@ linkify = "0.10.0"
log = { version = "0.4.16", features = ["kv_unstable_serde", "serde"] }
markup5ever_rcdom = "0.3.0"
nanoid = "0.4"
-nix = "0.28"
+nix = "0.29"
num-format = "0.4.4"
once_cell = "1.19.0"
ordered-float = "2.1.1"