From f4429cf6ec97514c88db060ce17e00cb4ffb7a88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 08:40:49 +1000 Subject: [PATCH] build(deps): Bump domain from 0.10.0 to 0.10.1 in /rust (#6080) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [domain](https://github.com/nlnetlabs/domain) from 0.10.0 to 0.10.1.
Release notes

Sourced from domain's releases.

0.10.1

New

Bug fixes

Unstable features

Other changes

#308: NLnetLabs/domain#308 #310: NLnetLabs/domain#310 #312: NLnetLabs/domain#312 #314: NLnetLabs/domain#314 #315: NLnetLabs/domain#315 #317: NLnetLabs/domain#317 #318: NLnetLabs/domain#318 #320: NLnetLabs/domain#320 #321: NLnetLabs/domain#321 #325: NLnetLabs/domain#325 [@​achow101]: https://github.com/achow101 [@​hunts]: https://github.com/hunts [@​xofyarg]: https://github.com/xofyarg

Changelog

Sourced from domain's changelog.

0.10.1

Release 2024-06-03.

New

Bug fixes

Unstable features

Other changes

#308: NLnetLabs/domain#308 #310: NLnetLabs/domain#310 #312: NLnetLabs/domain#312 #314: NLnetLabs/domain#314 #315: NLnetLabs/domain#315 #317: NLnetLabs/domain#317 #318: NLnetLabs/domain#318 #320: NLnetLabs/domain#320 #321: NLnetLabs/domain#321 #325: NLnetLabs/domain#325 [@​achow101]: https://github.com/achow101 [@​hunts]: https://github.com/hunts [@​xofyarg]: https://github.com/xofyarg

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=domain&package-manager=cargo&previous-version=0.10.0&new-version=0.10.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 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index c5719b532..68ec005a2 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1535,13 +1535,12 @@ dependencies = [ [[package]] name = "domain" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cd50aea158e9a57c9c9075ca7a3dfa4c08d9a468b405832383876f9df85379b" +checksum = "7eefe29e8dd614abbee51a1616654cab123c4c56850ab83f5b7f1e1f9977bf7c" dependencies = [ "bytes", "octseq", - "pin-project-lite", "rand 0.8.5", "serde", "time",