From 2ef6dbef016e2cab19e7a0bad132978c8fa080ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 04:48:54 +0000 Subject: [PATCH] build(deps): bump dns-update from 0.3.1 to 0.5.0 Bumps [dns-update](https://github.com/stalwartlabs/dns-update) from 0.3.1 to 0.5.0. - [Release notes](https://github.com/stalwartlabs/dns-update/releases) - [Changelog](https://github.com/stalwartlabs/dns-update/blob/main/CHANGELOG.md) - [Commits](https://github.com/stalwartlabs/dns-update/commits) --- updated-dependencies: - dependency-name: dns-update dependency-version: 0.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- ferron-dns-builtin/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c8937403b..c2b8b06af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1367,9 +1367,9 @@ dependencies = [ [[package]] name = "dns-update" -version = "0.3.1" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b70617312220ada56e308bf4a2287c942629ce36635204eb18faa74db2470514" +checksum = "2e604aeb4f51008621f91c1065de951552940bd1506415f09ae98d8bc6111c4f" dependencies = [ "aws-lc-rs", "base64", diff --git a/ferron-dns-builtin/Cargo.toml b/ferron-dns-builtin/Cargo.toml index 5a6186544..538081a28 100644 --- a/ferron-dns-builtin/Cargo.toml +++ b/ferron-dns-builtin/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] ferron-common = { workspace = true } -dns-update = { version = "0.3.1", optional = true, default-features = false, features = [ +dns-update = { version = "0.5.0", optional = true, default-features = false, features = [ "aws-lc-rs", ] } aws-config = { version = "1.8.1", optional = true, default-features = false, features = [