Browse Source

Update the nix dependency

pull/10/head
Rodolphe Breard 5 years ago
parent
commit
f3f3bbc116
  1. 2
      acme_common/Cargo.toml
  2. 2
      acmed/Cargo.toml

2
acme_common/Cargo.toml

@ -26,4 +26,4 @@ toml = "0.5"
x509-parser = "0.4"
[target.'cfg(unix)'.dependencies]
nix = "0.14"
nix = "0.15"

2
acmed/Cargo.toml

@ -29,4 +29,4 @@ serde = { version = "1.0", features = ["derive"] }
toml = "0.5"
[target.'cfg(unix)'.dependencies]
nix = "0.14"
nix = "0.15"
Loading…
Cancel
Save