Browse Source

Update the nix dependency

pull/66/head
Rodolphe Bréard 2 years ago
parent
commit
eba4aacba9
  1. 2
      acme_common/Cargo.toml
  2. 2
      acmed/Cargo.toml

2
acme_common/Cargo.toml

@ -35,4 +35,4 @@ tinytemplate = "1.2"
toml = "0.5"
[target.'cfg(unix)'.dependencies]
nix = "0.24"
nix = "0.25"

2
acmed/Cargo.toml

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

Loading…
Cancel
Save