Skip to content

Commit 3fc986e

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] <support@github.com>
1 parent 98dad52 commit 3fc986e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ indoc = "2.0.6"
7676
insta = "1.43.1"
7777
libc = "0.2.172"
7878
mimalloc = "0.1.46"
79-
nix = { version = "0.29.0", features = [
79+
nix = { version = "0.30.1", features = [
8080
"feature",
8181
"fs",
8282
"ioctl",
@@ -157,7 +157,7 @@ whoami = "1.6.0"
157157
winnow = "=0.6.2"
158158

159159
[target.'cfg(unix)'.dependencies]
160-
nix = { version = "0.29.0", features = [
160+
nix = { version = "0.30.1", features = [
161161
"feature",
162162
"fs",
163163
"ioctl",

0 commit comments

Comments
 (0)