From 5736f59cee5cf1b11d9f2c612b64f91c1d2488c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 23:06:49 +0000 Subject: [PATCH] build(deps): bump dns-update from 0.3.1 to 0.5.2 Bumps [dns-update](https://github.com/stalwartlabs/dns-update) from 0.3.1 to 0.5.2. - [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.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 +++++++++--------- ferron-dns-builtin/Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6be19dd50..b27c2add2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1351,7 +1351,7 @@ dependencies = [ "libc", "option-ext", "redox_users", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -1367,9 +1367,9 @@ dependencies = [ [[package]] name = "dns-update" -version = "0.3.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b70617312220ada56e308bf4a2287c942629ce36635204eb18faa74db2470514" +checksum = "61121fe40a074b4b6f5bad089259c492a1d786c6346362a2a4b8961f484f36c5" dependencies = [ "aws-lc-rs", "base64", @@ -1429,7 +1429,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -3995,7 +3995,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -4053,7 +4053,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -4527,7 +4527,7 @@ dependencies = [ "getrandom 0.4.2", "once_cell", "rustix", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -4537,7 +4537,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "230a1b821ccbd75b185820a1f1ff7b14d21da1e442e22c0863ea5f08771a8874" dependencies = [ "rustix", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -5281,7 +5281,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/ferron-dns-builtin/Cargo.toml b/ferron-dns-builtin/Cargo.toml index 055a0c086..4db11ff87 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.2", optional = true, default-features = false, features = [ "aws-lc-rs", ] } aws-config = { version = "1.8.1", optional = true, default-features = false, features = [