This commit is contained in:
Maurus Decimus
2026-05-28 17:34:08 +02:00
parent 086383a045
commit bea96cccfb
5 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
## [0.16.7] - 2026-05-XX
## [0.16.7] - 2026-05-28
If you are upgrading from v0.16.x, replace the binary (or run `docker pull`). If you are upgrading from v0.15.x and below, please read the [upgrading documentation](https://github.com/stalwartlabs/stalwart/blob/main/UPGRADING/v0_16.md) for more information on how to upgrade from previous versions.
Generated
+2
View File
@@ -1938,6 +1938,8 @@ dependencies = [
[[package]]
name = "dns-update"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e604aeb4f51008621f91c1065de951552940bd1506415f09ae98d8bc6111c4f"
dependencies = [
"aws-lc-rs",
"base64 0.22.1",
+1 -1
View File
@@ -20,7 +20,7 @@ mail-parser = { version = "0.11", features = ["full_encoding"] }
mail-builder = { version = "0.4" }
mail-auth = { version = "0.9", features = ["generate"] }
smtp-proto = { version = "0.2", features = ["rkyv"] }
dns-update = { path = "/Users/me/code/dns-update" }
dns-update = { version = "0.5" }
calcard = { version = "0.3", features = ["rkyv"] }
ahash = { version = "0.8.2", features = ["serde"] }
parking_lot = "0.12.1"
+1 -1
View File
@@ -34,7 +34,7 @@ sha2 = "0.11"
reqwest = { version = "0.13", default-features = false, features = ["rustls", "http2"]}
base64 = "0.22"
compact_str = "0.9.0"
dns-update = { path = "/Users/me/code/dns-update" }
dns-update = { version = "0.5" }
[dev-dependencies]
+1 -1
View File
@@ -81,7 +81,7 @@ rkyv = { version = "0.8.10", features = ["little_endian"] }
compact_str = "0.9.0"
quick-xml = "0.39"
jmap-tools = { version = "0.1" }
dns-update = { path = "/Users/me/code/dns-update", features = ["test_provider"] }
dns-update = { version = "0.5", features = ["test_provider"] }
x509-parser = "0.18"
[target.'cfg(not(target_env = "msvc"))'.dependencies]