Browse Source

Update the nix dependency

pull/54/head
Rodolphe Bréard 3 years ago
parent
commit
1226d5aefb
  1. 2
      acme_common/Cargo.toml
  2. 2
      acmed/Cargo.toml

2
acme_common/Cargo.toml

@ -36,4 +36,4 @@ tinytemplate = "1.2"
toml = "0.5"
[target.'cfg(unix)'.dependencies]
nix = "0.21"
nix = "0.22"

2
acmed/Cargo.toml

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

Loading…
Cancel
Save