Browse Source

Update the nix dependency

As usual, dependabot doesn't handle the multiple crates, hence manual intervention is required.

closes #52
pull/53/head
Rodolphe Bréard 4 years ago
parent
commit
a6a5cde154
  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.20"
nix = "0.21"

2
acmed/Cargo.toml

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

Loading…
Cancel
Save