Skip to content

Commit 084146e

Browse files
build: bump nix from 0.24.1 to 0.24.2 (starship#4184)
Bumps [nix](https://github.com/nix-rust/nix) from 0.24.1 to 0.24.2. - [Release notes](https://github.com/nix-rust/nix/releases) - [Changelog](https://github.com/nix-rust/nix/blob/v0.24.2/CHANGELOG.md) - [Commits](nix-rust/nix@v0.24.1...v0.24.2) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cc50981 commit 084146e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ features = [
106106
]
107107

108108
[target.'cfg(not(windows))'.dependencies]
109-
nix = { version = "0.24.1", default-features = false, features = ["feature", "fs", "user"] }
109+
nix = { version = "0.24.2", default-features = false, features = ["feature", "fs", "user"] }
110110

111111
[build-dependencies]
112112
shadow-rs = "0.12.0"

0 commit comments

Comments
 (0)