Browse Source

Update the nix dependency

pull/41/head
Rodolphe Breard 4 years ago
parent
commit
34944d226d
  1. 2
      acme_common/Cargo.toml
  2. 2
      acmed/Cargo.toml

2
acme_common/Cargo.toml

@ -36,4 +36,4 @@ syslog = "5.0"
toml = "0.5" toml = "0.5"
[target.'cfg(unix)'.dependencies] [target.'cfg(unix)'.dependencies]
nix = "0.18"
nix = "0.19"

2
acmed/Cargo.toml

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

Loading…
Cancel
Save