Browse Source

Update the nix dependency

pull/76/head
Rodolphe Bréard 2 years ago
parent
commit
f2dc5ff633
  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" toml = "0.5"
[target.'cfg(unix)'.dependencies] [target.'cfg(unix)'.dependencies]
nix = "0.25"
nix = "0.26"

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.25"
nix = "0.26"
[build-dependencies] [build-dependencies]
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }

Loading…
Cancel
Save