From 328c7dd2667beb95a03620fcf2fe842123c6ea59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 10:24:22 +1030 Subject: [PATCH] build(deps): bump domain from 0.11.0 to 0.11.1 in /rust (#10956) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [domain](https://github.com/nlnetlabs/domain) from 0.11.0 to 0.11.1.
Release notes

Sourced from domain's releases.

0.11.1

Bug fixes

Unstable features

Other changes

#510: NLnetLabs/domain#510 #516: NLnetLabs/domain#516 #535: NLnetLabs/domain#535 #538: NLnetLabs/domain#538 #541: NLnetLabs/domain#541 #562: NLnetLabs/domain#562 #568: NLnetLabs/domain#568 #573: NLnetLabs/domain#573 [@​TheJokr]: https://github.com/TheJokr

Changelog

Sourced from domain's changelog.

0.11.1

Released 2025-10-22.

Bug fixes

Unstable features

Other changes

#510: NLnetLabs/domain#510 #516: NLnetLabs/domain#516 #535: NLnetLabs/domain#535 #538: NLnetLabs/domain#538 #541: NLnetLabs/domain#541 #562: NLnetLabs/domain#562 #568: NLnetLabs/domain#568 #573: NLnetLabs/domain#573 [@​TheJokr]: https://github.com/TheJokr

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=domain&package-manager=cargo&previous-version=0.11.0&new-version=0.11.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rust/Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index b64a3f42c..138ad646d 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -2075,9 +2075,9 @@ dependencies = [ [[package]] name = "domain" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a11dd7f04a6a6d2aea0153c6e31f5ea7af8b2efdf52cdaeea7a9a592c7fefef9" +checksum = "7f7ff15f82df7d5086fb15dfc1c1e96598a6ded9829840a9bcfa1fa3ccd8d01d" dependencies = [ "bumpalo", "bytes", @@ -2091,9 +2091,9 @@ dependencies = [ [[package]] name = "domain-macros" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e197fdfd2cdb5fdeb7f8ddcf3aed5d5d04ecde2890d448b14ffb716f7376b70" +checksum = "8d1a6796ad411f6812d691955066ad27450196bfb181bb91b66a643cc3e8f5b7" dependencies = [ "proc-macro2", "quote",