build: bump nix from 0.22.1 to 0.23.0 (#3102)

Bumps [nix](https://github.com/nix-rust/nix) from 0.22.1 to 0.23.0.
- [Release notes](https://github.com/nix-rust/nix/releases)
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nix-rust/nix/compare/v0.22.1...v0.23.0)

---
updated-dependencies:
- dependency-name: nix
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-09-30 05:06:31 +01:00
committed by GitHub
parent ab25bc82c5
commit cc417742bb
2 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ winapi = { version = "0.3.9", features = [
] }
[target.'cfg(not(windows))'.dependencies]
nix = "0.22.1"
nix = "0.23.0"
[build-dependencies]
shadow-rs = "0.7.1"