Skip to content

Commit bcfd06a

Browse files
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 6205b9a commit bcfd06a

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

Cargo.lock

+14-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samply/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ plist = "1.7.0"
7171
parking_lot = "0.12.2"
7272
num_cpus = "1.13.1"
7373
uname = "0.1.1"
74-
nix = { version = "0.29", features = ["fs", "process"] }
74+
nix = { version = "0.30", features = ["fs", "process"] }
7575
os-release = "0.1.0"
7676

7777
[target.'cfg(windows)'.dependencies]

0 commit comments

Comments
 (0)