Browse Source

Update the nix dependency

pull/62/head
Rodolphe Bréard 3 years ago
parent
commit
6a1d18dc86
  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" toml = "0.5"
[target.'cfg(unix)'.dependencies] [target.'cfg(unix)'.dependencies]
nix = "0.23"
nix = "0.24"

2
acmed/Cargo.toml

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

Loading…
Cancel
Save