Browse Source

ACMEd v0.25.0

main v0.25.0
Rodolphe Bréard 3 months ago
parent
commit
b81d9c9b49
Failed to extract signature
  1. 2
      CHANGELOG.md
  2. 10
      Cargo.lock
  3. 2
      acme_common/Cargo.toml
  4. 2
      acmed/Cargo.toml
  5. 2
      man/en/acmed.8
  6. 2
      man/en/acmed.toml.5
  7. 2
      man/en/tacd.8
  8. 2
      tacd/Cargo.toml

2
CHANGELOG.md

@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.25.0] - 2025-03-17
### Changed ### Changed
- The minimum supported Rust version (MSRV) is now 1.81. - The minimum supported Rust version (MSRV) is now 1.81.

10
Cargo.lock

@ -4,7 +4,7 @@ version = 3
[[package]] [[package]]
name = "acme_common" name = "acme_common"
version = "0.24.0"
version = "0.25.0"
dependencies = [ dependencies = [
"base64", "base64",
"daemonize", "daemonize",
@ -25,7 +25,7 @@ dependencies = [
[[package]] [[package]]
name = "acmed" name = "acmed"
version = "0.24.0"
version = "0.25.0"
dependencies = [ dependencies = [
"acme_common", "acme_common",
"async-lock", "async-lock",
@ -1498,9 +1498,9 @@ dependencies = [
[[package]] [[package]]
name = "rustls" name = "rustls"
version = "0.23.24"
version = "0.23.25"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96bf61953b1bc045820a2b947e6e9771c58c8c4b15242425b03f783ede1b34fe"
checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
dependencies = [ dependencies = [
"once_cell", "once_cell",
"rustls-pki-types", "rustls-pki-types",
@ -1762,7 +1762,7 @@ dependencies = [
[[package]] [[package]]
name = "tacd" name = "tacd"
version = "0.24.0"
version = "0.25.0"
dependencies = [ dependencies = [
"acme_common", "acme_common",
"anyhow", "anyhow",

2
acme_common/Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "acme_common" name = "acme_common"
version = "0.24.0"
version = "0.25.0"
authors = ["Rodolphe Breard <rodolphe@what.tf>"] authors = ["Rodolphe Breard <rodolphe@what.tf>"]
edition = "2018" edition = "2018"
readme = "../README.md" readme = "../README.md"

2
acmed/Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "acmed" name = "acmed"
version = "0.24.0"
version = "0.25.0"
authors = ["Rodolphe Breard <rodolphe@what.tf>"] authors = ["Rodolphe Breard <rodolphe@what.tf>"]
edition = "2018" edition = "2018"
description = "ACME (RFC 8555) client daemon" description = "ACME (RFC 8555) client daemon"

2
man/en/acmed.8

@ -4,7 +4,7 @@
.\" are permitted in any medium without royalty provided the copyright .\" are permitted in any medium without royalty provided the copyright
.\" notice and this notice are preserved. This file is offered as-is, .\" notice and this notice are preserved. This file is offered as-is,
.\" without any warranty. .\" without any warranty.
.Dd Dec 21, 2024
.Dd Mar 17, 2025
.Dt ACMED 8 .Dt ACMED 8
.Os .Os
.Sh NAME .Sh NAME

2
man/en/acmed.toml.5

@ -4,7 +4,7 @@
.\" are permitted in any medium without royalty provided the copyright .\" are permitted in any medium without royalty provided the copyright
.\" notice and this notice are preserved. This file is offered as-is, .\" notice and this notice are preserved. This file is offered as-is,
.\" without any warranty. .\" without any warranty.
.Dd Dec 21, 2024
.Dd Mar 17, 2025
.Dt ACMED.TOML 5 .Dt ACMED.TOML 5
.Os .Os
.Sh NAME .Sh NAME

2
man/en/tacd.8

@ -4,7 +4,7 @@
.\" are permitted in any medium without royalty provided the copyright .\" are permitted in any medium without royalty provided the copyright
.\" notice and this notice are preserved. This file is offered as-is, .\" notice and this notice are preserved. This file is offered as-is,
.\" without any warranty. .\" without any warranty.
.Dd Dec 21, 2024
.Dd Mar 17, 2025
.Dt TACD 8 .Dt TACD 8
.Os .Os
.Sh NAME .Sh NAME

2
tacd/Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "tacd" name = "tacd"
version = "0.24.0"
version = "0.25.0"
authors = ["Rodolphe Breard <rodolphe@what.tf>"] authors = ["Rodolphe Breard <rodolphe@what.tf>"]
edition = "2018" edition = "2018"
description = "TLS-ALPN Challenge Daemon" description = "TLS-ALPN Challenge Daemon"

Loading…
Cancel
Save