Bump nix from 0.23.1 to 0.24.1

Bumps [nix](https://github.com/nix-rust/nix) from 0.23.1 to 0.24.1.
- [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.23.1...v0.24.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-05-04 23:23:22 +00:00
committed by Bastian Köcher
parent 5ef032a1da
commit 48fb8bfb4e
3 changed files with 16 additions and 4 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ log = "0.4.16"
[dev-dependencies]
assert_cmd = "2.0.4"
nix = "0.23.1"
nix = "0.24.1"
tempfile = "3.2.0"
hyper = { version = "0.14.18", default-features = false, features = ["http1", "tcp"] }
tokio = "1.18.1"