Skip to content

Commit c04270e

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

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 11 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 @@ indoc = "2.0.6"
8989
insta = "1.43.1"
9090
libc = "0.2.172"
9191
mimalloc = "0.1.46"
92-
nix = { version = "0.29.0", features = [
92+
nix = { version = "0.30.1", features = [
9393
"feature",
9494
"fs",
9595
"ioctl",

crates/chat-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ indoc = "2.0.6"
7777
insta = "1.43.1"
7878
libc = "0.2.172"
7979
mimalloc = "0.1.46"
80-
nix = { version = "0.29.0", features = [
80+
nix = { version = "0.30.1", features = [
8181
"feature",
8282
"fs",
8383
"ioctl",
@@ -158,7 +158,7 @@ whoami = "1.6.0"
158158
winnow = "=0.6.2"
159159

160160
[target.'cfg(unix)'.dependencies]
161-
nix = { version = "0.29.0", features = [
161+
nix = { version = "0.30.1", features = [
162162
"feature",
163163
"fs",
164164
"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)