From bea96cccfbcde02e25ce39e4d9d196953c4e9504 Mon Sep 17 00:00:00 2001 From: Maurus Decimus <11444311+mdecimus@users.noreply.github.com> Date: Thu, 28 May 2026 17:34:08 +0200 Subject: [PATCH] v0.16.7 --- CHANGELOG.md | 2 +- Cargo.lock | 2 ++ crates/common/Cargo.toml | 2 +- crates/services/Cargo.toml | 2 +- tests/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4639fdfa..d761b3fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Cargo.lock b/Cargo.lock index ac9260b6..ec8a9bf8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/crates/common/Cargo.toml b/crates/common/Cargo.toml index c19c8443..831e0eef 100644 --- a/crates/common/Cargo.toml +++ b/crates/common/Cargo.toml @@ -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" diff --git a/crates/services/Cargo.toml b/crates/services/Cargo.toml index 59a1e981..3a27d04d 100644 --- a/crates/services/Cargo.toml +++ b/crates/services/Cargo.toml @@ -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] diff --git a/tests/Cargo.toml b/tests/Cargo.toml index d89d90bd..bf9aada4 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -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]