mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
build(deps): Bump domain from 0.10.0 to 0.10.1 in /rust (#6080)
Bumps [domain](https://github.com/nlnetlabs/domain) from 0.10.0 to 0.10.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nlnetlabs/domain/releases">domain's releases</a>.</em></p> <blockquote> <h2>0.10.1</h2> <p>New</p> <ul> <li>Allow AllRecordData’s parsing impls to accept an unsized [u8] as the source octets. (<a href="https://redirect.github.com/nlnetlabs/domain/issues/310">#310</a> by [<a href="https://github.com/xofyarg"><code>@xofyarg</code></a>])</li> <li>Made <code>sign::records::FamilyName</code> public. (<a href="https://redirect.github.com/nlnetlabs/domain/issues/312">#312</a> by [<a href="https://github.com/achow101"><code>@achow101</code></a>])</li> <li>Added an impl of <code>FromStr</code> for <code>Question</code>. (<a href="https://redirect.github.com/nlnetlabs/domain/issues/317">#317</a>)</li> </ul> <p>Bug fixes</p> <ul> <li>Accept an empty record type bitmap when scanning NSEC/NSEC3 data. (<a href="https://redirect.github.com/nlnetlabs/domain/issues/310">#310</a> by [<a href="https://github.com/xofyarg"><code>@xofyarg</code></a>])</li> <li>Fix serialization of ProtoRrsig to conform with RFC 4034. ([#313 by [<a href="https://github.com/achow101"><code>@achow101</code></a>])</li> <li>Add <code>?Sized</code> bounds to <code>Message::is_answer</code> and <code>ParsedRecord::to_record</code>. (<a href="https://redirect.github.com/nlnetlabs/domain/issues/318">#318</a> by [<a href="https://github.com/xofyarg"><code>@xofyarg</code></a>], <a href="https://redirect.github.com/nlnetlabs/domain/issues/325">#325</a> by [<a href="https://github.com/hunts"><code>@hunts</code></a>])</li> <li>Bring back <code>MessageBuilder::as_target</code>. (<a href="https://redirect.github.com/nlnetlabs/domain/issues/318">#318</a> by [<a href="https://github.com/xofyarg"><code>@xofyarg</code></a>])</li> <li>Bring back <code>impl FreezeBuilder for StaticCompressor</code>. (<a href="https://redirect.github.com/nlnetlabs/domain/issues/318">#318</a> by [<a href="https://github.com/xofyarg"><code>@xofyarg</code></a>])</li> <li><code>sign::records::RecordsIter::skip_before</code> now stops at the first name in zone even if the apex itself doesn’t appear. (<a href="https://redirect.github.com/nlnetlabs/domain/issues/314">#314</a> by [<a href="https://github.com/achow101"><code>@achow101</code></a>])</li> <li>Fix a counting error in <code>SliceLabelsIter::next</code> that broke compression via <code>StaticCompressor</code>. (<a href="https://redirect.github.com/nlnetlabs/domain/issues/321">#321</a> by [<a href="https://github.com/hunts"><code>@hunts</code></a>])</li> </ul> <p>Unstable features</p> <ul> <li>New unstable feature <code>unstable-stelline</code> for the Stelline testing framework as a “normal” module of <em>domain.</em> (<a href="https://redirect.github.com/nlnetlabs/domain/issues/315">#315</a>)</li> <li>Renamed the domain name types in <code>zonetree</code> from <code>Dname</code> to <code>Name</code>. (<a href="https://redirect.github.com/nlnetlabs/domain/issues/308">#308</a>)</li> </ul> <p>Other changes</p> <ul> <li>The minimum Rust version is now 1.78. (<a href="https://redirect.github.com/nlnetlabs/domain/issues/320">#320</a>)</li> </ul> <p><a href="https://redirect.github.com/nlnetlabs/domain/issues/308">#308</a>: <a href="https://redirect.github.com/NLnetLabs/domain/pull/308">NLnetLabs/domain#308</a> <a href="https://redirect.github.com/nlnetlabs/domain/issues/310">#310</a>: <a href="https://redirect.github.com/NLnetLabs/domain/pull/310">NLnetLabs/domain#310</a> <a href="https://redirect.github.com/nlnetlabs/domain/issues/312">#312</a>: <a href="https://redirect.github.com/NLnetLabs/domain/pull/312">NLnetLabs/domain#312</a> <a href="https://redirect.github.com/nlnetlabs/domain/issues/314">#314</a>: <a href="https://redirect.github.com/NLnetLabs/domain/pull/314">NLnetLabs/domain#314</a> <a href="https://redirect.github.com/nlnetlabs/domain/issues/315">#315</a>: <a href="https://redirect.github.com/NLnetLabs/domain/pull/315">NLnetLabs/domain#315</a> <a href="https://redirect.github.com/nlnetlabs/domain/issues/317">#317</a>: <a href="https://redirect.github.com/NLnetLabs/domain/pull/317">NLnetLabs/domain#317</a> <a href="https://redirect.github.com/nlnetlabs/domain/issues/318">#318</a>: <a href="https://redirect.github.com/NLnetLabs/domain/pull/318">NLnetLabs/domain#318</a> <a href="https://redirect.github.com/nlnetlabs/domain/issues/320">#320</a>: <a href="https://redirect.github.com/NLnetLabs/domain/pull/320">NLnetLabs/domain#320</a> <a href="https://redirect.github.com/nlnetlabs/domain/issues/321">#321</a>: <a href="https://redirect.github.com/NLnetLabs/domain/pull/321">NLnetLabs/domain#321</a> <a href="https://redirect.github.com/nlnetlabs/domain/issues/325">#325</a>: <a href="https://redirect.github.com/NLnetLabs/domain/pull/325">NLnetLabs/domain#325</a> [<a href="https://github.com/achow101"><code>@achow101</code></a>]: <a href="https://github.com/achow101">https://github.com/achow101</a> [<a href="https://github.com/hunts"><code>@hunts</code></a>]: <a href="https://github.com/hunts">https://github.com/hunts</a> [<a href="https://github.com/xofyarg"><code>@xofyarg</code></a>]: <a href="https://github.com/xofyarg">https://github.com/xofyarg</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/NLnetLabs/domain/blob/main/Changelog.md">domain's changelog</a>.</em></p> <blockquote> <h2>0.10.1</h2> <p>Release 2024-06-03.</p> <p>New</p> <ul> <li>Allow AllRecordData’s parsing impls to accept an unsized [u8] as the source octets. (<a href="https://redirect.github.com/nlnetlabs/domain/issues/310">#310</a> by [<a href="https://github.com/xofyarg"><code>@xofyarg</code></a>])</li> <li>Made <code>sign::records::FamilyName</code> public. (<a href="https://redirect.github.com/nlnetlabs/domain/issues/312">#312</a> by [<a href="https://github.com/achow101"><code>@achow101</code></a>])</li> <li>Added an impl of <code>FromStr</code> for <code>Question</code>. (<a href="https://redirect.github.com/nlnetlabs/domain/issues/317">#317</a>)</li> </ul> <p>Bug fixes</p> <ul> <li>Accept an empty record type bitmap when scanning NSEC/NSEC3 data. (<a href="https://redirect.github.com/nlnetlabs/domain/issues/310">#310</a> by [<a href="https://github.com/xofyarg"><code>@xofyarg</code></a>])</li> <li>Fix serialization of ProtoRrsig to conform with RFC 4034. ([#313 by [<a href="https://github.com/achow101"><code>@achow101</code></a>])</li> <li>Add <code>?Sized</code> bounds to <code>Message::is_answer</code> and <code>ParsedRecord::to_record</code>. (<a href="https://redirect.github.com/nlnetlabs/domain/issues/318">#318</a> by [<a href="https://github.com/xofyarg"><code>@xofyarg</code></a>], <a href="https://redirect.github.com/nlnetlabs/domain/issues/325">#325</a> by [<a href="https://github.com/hunts"><code>@hunts</code></a>])</li> <li>Bring back <code>MessageBuilder::as_target</code>. (<a href="https://redirect.github.com/nlnetlabs/domain/issues/318">#318</a> by [<a href="https://github.com/xofyarg"><code>@xofyarg</code></a>])</li> <li>Bring back <code>impl FreezeBuilder for StaticCompressor</code>. (<a href="https://redirect.github.com/nlnetlabs/domain/issues/318">#318</a> by [<a href="https://github.com/xofyarg"><code>@xofyarg</code></a>])</li> <li><code>sign::records::RecordsIter::skip_before</code> now stops at the first name in zone even if the apex itself doesn’t appear. (<a href="https://redirect.github.com/nlnetlabs/domain/issues/314">#314</a> by [<a href="https://github.com/achow101"><code>@achow101</code></a>])</li> <li>Fix a counting error in <code>SliceLabelsIter::next</code> that broke compression via <code>StaticCompressor</code>. (<a href="https://redirect.github.com/nlnetlabs/domain/issues/321">#321</a> by [<a href="https://github.com/hunts"><code>@hunts</code></a>])</li> </ul> <p>Unstable features</p> <ul> <li>New unstable feature <code>unstable-stelline</code> for the Stelline testing framework as a “normal” module of <em>domain.</em> (<a href="https://redirect.github.com/nlnetlabs/domain/issues/315">#315</a>)</li> <li>Renamed the domain name types in <code>zonetree</code> from <code>Dname</code> to <code>Name</code>. (<a href="https://redirect.github.com/nlnetlabs/domain/issues/308">#308</a>)</li> </ul> <p>Other changes</p> <ul> <li>The minimum Rust version is now 1.78. (<a href="https://redirect.github.com/nlnetlabs/domain/issues/320">#320</a>)</li> </ul> <p><a href="https://redirect.github.com/nlnetlabs/domain/issues/308">#308</a>: <a href="https://redirect.github.com/NLnetLabs/domain/pull/308">NLnetLabs/domain#308</a> <a href="https://redirect.github.com/nlnetlabs/domain/issues/310">#310</a>: <a href="https://redirect.github.com/NLnetLabs/domain/pull/310">NLnetLabs/domain#310</a> <a href="https://redirect.github.com/nlnetlabs/domain/issues/312">#312</a>: <a href="https://redirect.github.com/NLnetLabs/domain/pull/312">NLnetLabs/domain#312</a> <a href="https://redirect.github.com/nlnetlabs/domain/issues/314">#314</a>: <a href="https://redirect.github.com/NLnetLabs/domain/pull/314">NLnetLabs/domain#314</a> <a href="https://redirect.github.com/nlnetlabs/domain/issues/315">#315</a>: <a href="https://redirect.github.com/NLnetLabs/domain/pull/315">NLnetLabs/domain#315</a> <a href="https://redirect.github.com/nlnetlabs/domain/issues/317">#317</a>: <a href="https://redirect.github.com/NLnetLabs/domain/pull/317">NLnetLabs/domain#317</a> <a href="https://redirect.github.com/nlnetlabs/domain/issues/318">#318</a>: <a href="https://redirect.github.com/NLnetLabs/domain/pull/318">NLnetLabs/domain#318</a> <a href="https://redirect.github.com/nlnetlabs/domain/issues/320">#320</a>: <a href="https://redirect.github.com/NLnetLabs/domain/pull/320">NLnetLabs/domain#320</a> <a href="https://redirect.github.com/nlnetlabs/domain/issues/321">#321</a>: <a href="https://redirect.github.com/NLnetLabs/domain/pull/321">NLnetLabs/domain#321</a> <a href="https://redirect.github.com/nlnetlabs/domain/issues/325">#325</a>: <a href="https://redirect.github.com/NLnetLabs/domain/pull/325">NLnetLabs/domain#325</a> [<a href="https://github.com/achow101"><code>@achow101</code></a>]: <a href="https://github.com/achow101">https://github.com/achow101</a> [<a href="https://github.com/hunts"><code>@hunts</code></a>]: <a href="https://github.com/hunts">https://github.com/hunts</a> [<a href="https://github.com/xofyarg"><code>@xofyarg</code></a>]: <a href="https://github.com/xofyarg">https://github.com/xofyarg</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="b65cc98d7f"><code>b65cc98</code></a> Release 0.10.1. (<a href="https://redirect.github.com/nlnetlabs/domain/issues/326">#326</a>)</li> <li><a href="161339b76f"><code>161339b</code></a> Update README (a bit).</li> <li><a href="5f96282389"><code>5f96282</code></a> Update changelog.</li> <li><a href="dab2a90563"><code>dab2a90</code></a> Refactor pointer casts to transmutes and annotate with repr(transparent) (<a href="https://redirect.github.com/nlnetlabs/domain/issues/324">#324</a>)</li> <li><a href="d4f120a205"><code>d4f120a</code></a> allow create real resource record from unsized data (<a href="https://redirect.github.com/nlnetlabs/domain/issues/325">#325</a>)</li> <li><a href="ac63ab239b"><code>ac63ab2</code></a> Impl FromStr for Question and use it in Stelline. (<a href="https://redirect.github.com/nlnetlabs/domain/issues/317">#317</a>)</li> <li><a href="c72f07eb47"><code>c72f07e</code></a> Remove (direct) dependency on <code>hex</code> and <code>pin-project-lite</code> (<a href="https://redirect.github.com/nlnetlabs/domain/issues/323">#323</a>)</li> <li><a href="7c399fcb56"><code>7c399fc</code></a> Update changelog.</li> <li><a href="42c0d4495e"><code>42c0d44</code></a> Don't skip children of apex in SortedRecords (<a href="https://redirect.github.com/nlnetlabs/domain/issues/314">#314</a>)</li> <li><a href="57f3475b3f"><code>57f3475</code></a> add some missing methods/trait bounds (<a href="https://redirect.github.com/nlnetlabs/domain/issues/318">#318</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nlnetlabs/domain/compare/v0.10.0...v0.10.1">compare view</a></li> </ul> </details> <br /> [](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
5
rust/Cargo.lock
generated
5
rust/Cargo.lock
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user