Browse Source

Update nix requirement from 0.22 to 0.23

Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version.
- [Release notes](https://github.com/nix-rust/nix/releases)
- [Changelog](https://github.com/nix-rust/nix/blob/v0.22.1/CHANGELOG.md)
- [Commits](https://github.com/nix-rust/nix/compare/v0.22.0...v0.22.1)

---
updated-dependencies:
- dependency-name: nix
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/54/head
dependabot[bot] 4 years ago
committed by GitHub
parent
commit
3f9610b85f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      acmed/Cargo.toml

2
acmed/Cargo.toml

@ -33,7 +33,7 @@ tinytemplate = "1.2"
toml = "0.5" toml = "0.5"
[target.'cfg(unix)'.dependencies] [target.'cfg(unix)'.dependencies]
nix = "0.22"
nix = "0.23"
[build-dependencies] [build-dependencies]
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }

Loading…
Cancel
Save