v0.16.7
This commit is contained in:
@@ -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/).
|
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.
|
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.
|
||||||
|
|
||||||
|
|||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -1938,6 +1938,8 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "dns-update"
|
name = "dns-update"
|
||||||
version = "0.5.0"
|
version = "0.5.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "2e604aeb4f51008621f91c1065de951552940bd1506415f09ae98d8bc6111c4f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aws-lc-rs",
|
"aws-lc-rs",
|
||||||
"base64 0.22.1",
|
"base64 0.22.1",
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ mail-parser = { version = "0.11", features = ["full_encoding"] }
|
|||||||
mail-builder = { version = "0.4" }
|
mail-builder = { version = "0.4" }
|
||||||
mail-auth = { version = "0.9", features = ["generate"] }
|
mail-auth = { version = "0.9", features = ["generate"] }
|
||||||
smtp-proto = { version = "0.2", features = ["rkyv"] }
|
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"] }
|
calcard = { version = "0.3", features = ["rkyv"] }
|
||||||
ahash = { version = "0.8.2", features = ["serde"] }
|
ahash = { version = "0.8.2", features = ["serde"] }
|
||||||
parking_lot = "0.12.1"
|
parking_lot = "0.12.1"
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ sha2 = "0.11"
|
|||||||
reqwest = { version = "0.13", default-features = false, features = ["rustls", "http2"]}
|
reqwest = { version = "0.13", default-features = false, features = ["rustls", "http2"]}
|
||||||
base64 = "0.22"
|
base64 = "0.22"
|
||||||
compact_str = "0.9.0"
|
compact_str = "0.9.0"
|
||||||
dns-update = { path = "/Users/me/code/dns-update" }
|
dns-update = { version = "0.5" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ rkyv = { version = "0.8.10", features = ["little_endian"] }
|
|||||||
compact_str = "0.9.0"
|
compact_str = "0.9.0"
|
||||||
quick-xml = "0.39"
|
quick-xml = "0.39"
|
||||||
jmap-tools = { version = "0.1" }
|
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"
|
x509-parser = "0.18"
|
||||||
|
|
||||||
[target.'cfg(not(target_env = "msvc"))'.dependencies]
|
[target.'cfg(not(target_env = "msvc"))'.dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user