Browse Source

Upgrade the toml dependency

pull/88/head
Rodolphe Bréard 2 years ago
parent
commit
83a10b0153
  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" serde_json = "1.0"
syslog = "6.0" syslog = "6.0"
tinytemplate = "1.2" tinytemplate = "1.2"
toml = "0.5"
toml = "0.6"
[target.'cfg(unix)'.dependencies] [target.'cfg(unix)'.dependencies]
nix = "0.26" 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 = { version = "1.0", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"
tinytemplate = "1.2" tinytemplate = "1.2"
toml = "0.5"
toml = "0.6"
[target.'cfg(unix)'.dependencies] [target.'cfg(unix)'.dependencies]
nix = "0.26" nix = "0.26"
[build-dependencies] [build-dependencies]
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
toml = "0.5"
toml = "0.6"
Loading…
Cancel
Save