Browse Source

Update dependencies

main
Rodolphe Bréard 1 month ago
parent
commit
c2e6ef6fa0
  1. 1319
      Cargo.lock
  2. 6
      acme_common/Cargo.toml
  3. 4
      acmed/Cargo.toml
  4. 1
      deny.toml
  5. 2
      tacd/Cargo.toml

1319
Cargo.lock
File diff suppressed because it is too large
View File

6
acme_common/Cargo.toml

@ -25,15 +25,15 @@ daemonize = "0.5.0"
env_logger = "0.11.3"
glob = "0.3.1"
log = "0.4.21"
minijinja = "1.0.15"
minijinja = "2.5.0"
native-tls = "0.2.11"
openssl = { version = "0.10.64", optional = true }
openssl-sys = { version = "0.9.101", optional = true }
punycode = "0.4.1"
reqwest = { version = "0.12.1", default-features = false }
serde_json = "1.0.114"
syslog = "6.1.0"
syslog = "7.0.0"
toml = "0.8.12"
[target.'cfg(unix)'.dependencies]
nix = "0.28.0"
nix = "0.29.0"

4
acmed/Cargo.toml

@ -36,10 +36,10 @@ toml = "0.8.12"
tokio = { version = "1.36.0", features = ["full"] }
rand = "0.8.5"
reqwest = "0.12.1"
minijinja = "1.0.3"
minijinja = "2.5.0"
[target.'cfg(unix)'.dependencies]
nix = { version = "0.28.0", features = ["fs", "user"] }
nix = { version = "0.29.0", features = ["fs", "user"] }
[build-dependencies]
serde = { version = "1.0.197", features = ["derive"] }

1
deny.toml

@ -98,6 +98,7 @@ allow = [
"Apache-2.0",
"BSD-3-Clause",
"MIT",
"Unicode-3.0",
"Unicode-DFS-2016",
]
# The confidence threshold for detecting a license from license text.

2
tacd/Cargo.toml

@ -25,4 +25,4 @@ anyhow = "1.0.81"
clap = { version = "4.5.3", features = ["string"] }
log = "0.4.21"
openssl = "0.10.64"
thiserror = "1.0.58"
thiserror = "2.0.3"
Loading…
Cancel
Save