diff --git a/Cargo.lock b/Cargo.lock index c5ed4e075..066bc25bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1515,7 +1515,7 @@ dependencies = [ "libc", "mimalloc", "mockito", - "nix 0.29.0", + "nix 0.30.1", "objc2 0.5.2", "objc2-app-kit 0.2.2", "objc2-foundation 0.2.2", @@ -2895,7 +2895,7 @@ dependencies = [ "mime", "moka", "muda", - "nix 0.29.0", + "nix 0.30.1", "notify", "objc", "objc2 0.5.2", @@ -3078,7 +3078,7 @@ dependencies = [ "indoc", "insta", "macos-utils", - "nix 0.29.0", + "nix 0.30.1", "objc", "owo-colors", "plist", @@ -3103,7 +3103,7 @@ dependencies = [ "fig_proto", "fig_util", "flate2", - "nix 0.29.0", + "nix 0.30.1", "pin-project-lite", "rand 0.9.1", "tempfile", @@ -3134,7 +3134,7 @@ version = "1.10.2" dependencies = [ "cfg-if", "dirs 5.0.1", - "nix 0.29.0", + "nix 0.30.1", "serde", "sysinfo", "tempfile", @@ -3150,7 +3150,7 @@ dependencies = [ "fig_util", "flate2", "hex", - "nix 0.29.0", + "nix 0.30.1", "prost", "prost-build", "prost-reflect", @@ -3328,7 +3328,7 @@ dependencies = [ "insta", "libc", "macos-utils", - "nix 0.29.0", + "nix 0.30.1", "objc2 0.5.2", "objc2-app-kit 0.2.2", "objc2-foundation 0.2.2", @@ -3385,7 +3385,7 @@ dependencies = [ "lazy_static", "memmem", "mimalloc", - "nix 0.29.0", + "nix 0.30.1", "num-traits", "parking_lot", "pin-project", @@ -5130,7 +5130,7 @@ dependencies = [ "flume", "fnv", "libc", - "nix 0.29.0", + "nix 0.30.1", "objc", "objc2 0.5.2", "objc2-app-kit 0.2.2", @@ -7006,7 +7006,7 @@ dependencies = [ "insta", "macos-utils", "mimalloc", - "nix 0.29.0", + "nix 0.30.1", "objc2 0.5.2", "objc2-app-kit 0.2.2", "objc2-foundation 0.2.2", @@ -10761,7 +10761,7 @@ dependencies = [ "futures-sink", "futures-util", "hex", - "nix 0.29.0", + "nix 0.30.1", "ntest", "ordered-stream", "rand 0.8.5", diff --git a/Cargo.toml b/Cargo.toml index 2cc26b636..049dcacf3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ indoc = "2.0.6" insta = "1.43.1" libc = "0.2.172" mimalloc = "0.1.46" -nix = { version = "0.29.0", features = [ +nix = { version = "0.30.1", features = [ "feature", "fs", "ioctl", diff --git a/crates/chat-cli/Cargo.toml b/crates/chat-cli/Cargo.toml index 1e7bb1757..58d41d4ff 100644 --- a/crates/chat-cli/Cargo.toml +++ b/crates/chat-cli/Cargo.toml @@ -77,7 +77,7 @@ indoc = "2.0.6" insta = "1.43.1" libc = "0.2.172" mimalloc = "0.1.46" -nix = { version = "0.29.0", features = [ +nix = { version = "0.30.1", features = [ "feature", "fs", "ioctl", @@ -158,7 +158,7 @@ whoami = "1.6.0" winnow = "=0.6.2" [target.'cfg(unix)'.dependencies] -nix = { version = "0.29.0", features = [ +nix = { version = "0.30.1", features = [ "feature", "fs", "ioctl", diff --git a/crates/zbus/Cargo.toml b/crates/zbus/Cargo.toml index 4114317a2..b280c637b 100644 --- a/crates/zbus/Cargo.toml +++ b/crates/zbus/Cargo.toml @@ -98,7 +98,7 @@ windows-sys = { version = "0.59", features = [ uds_windows = "1.1.0" [target.'cfg(unix)'.dependencies] -nix = { version = "0.29", default-features = false, features = [ +nix = { version = "0.30", default-features = false, features = [ "socket", "uio", "user",