Skip to content

Commit 64eb158

Browse files
fix(deps): bump nix from 0.29.0 to 0.30.0
Bumps [nix](https://github.com/nix-rust/nix) from 0.29.0 to 0.30.0. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: nix dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 59c34f9 commit 64eb158

File tree

3 files changed

+26
-13
lines changed

3 files changed

+26
-13
lines changed

Cargo.lock

Lines changed: 24 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ insta = "1.43.1"
8989
libc = "0.2.172"
9090
mcp_client = { path = "crates/mcp_client" }
9191
mimalloc = "0.1.46"
92-
nix = { version = "0.29.0", features = [
92+
nix = { version = "0.30.0", features = [
9393
"feature",
9494
"fs",
9595
"ioctl",

crates/zbus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ windows-sys = { version = "0.59", features = [
9898
uds_windows = "1.1.0"
9999

100100
[target.'cfg(unix)'.dependencies]
101-
nix = { version = "0.29", default-features = false, features = [
101+
nix = { version = "0.30", default-features = false, features = [
102102
"socket",
103103
"uio",
104104
"user",

0 commit comments

Comments
 (0)