Browse Source

Update the toml dependency

pull/88/head
Rodolphe Bréard 2 years ago
parent
commit
50728d718a
  1. 2
      acme_common/Cargo.toml
  2. 4
      acmed/Cargo.toml

2
acme_common/Cargo.toml

@ -32,7 +32,7 @@ punycode = "0.4"
serde_json = "1.0"
syslog = "6.0"
tinytemplate = "1.2"
toml = "0.6"
toml = "0.7"
[target.'cfg(unix)'.dependencies]
nix = "0.26"

4
acmed/Cargo.toml

@ -30,11 +30,11 @@ nom = { version = "7.0", default-features = false, features = [] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tinytemplate = "1.2"
toml = "0.6"
toml = "0.7"
[target.'cfg(unix)'.dependencies]
nix = "0.26"
[build-dependencies]
serde = { version = "1.0", features = ["derive"] }
toml = "0.6"
toml = "0.7"
Loading…
Cancel
Save