Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump domain from 0.10.0 to 0.10.1 #867

Merged
merged 3 commits into from
Jun 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 4, 2024

Bumps domain from 0.10.0 to 0.10.1.

Release notes

Sourced from domain's releases.

0.10.1

New

  • Allow AllRecordData’s parsing impls to accept an unsized [u8] as the source octets. (#310 by [@​xofyarg])
  • Made sign::records::FamilyName public. (#312 by [@​achow101])
  • Added an impl of FromStr for Question. (#317)

Bug fixes

Unstable features

  • New unstable feature unstable-stelline for the Stelline testing framework as a “normal” module of domain. (#315)
  • Renamed the domain name types in zonetree from Dname to Name. (#308)

Other changes

  • The minimum Rust version is now 1.78. (#320)

#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

  • Allow AllRecordData’s parsing impls to accept an unsized [u8] as the source octets. (#310 by [@​xofyarg])
  • Made sign::records::FamilyName public. (#312 by [@​achow101])
  • Added an impl of FromStr for Question. (#317)

Bug fixes

Unstable features

  • New unstable feature unstable-stelline for the Stelline testing framework as a “normal” module of domain. (#315)
  • Renamed the domain name types in zonetree from Dname to Name. (#308)

Other changes

  • The minimum Rust version is now 1.78. (#320)

#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
  • b65cc98 Release 0.10.1. (#326)
  • 161339b Update README (a bit).
  • 5f96282 Update changelog.
  • dab2a90 Refactor pointer casts to transmutes and annotate with repr(transparent) (#324)
  • d4f120a allow create real resource record from unsized data (#325)
  • ac63ab2 Impl FromStr for Question and use it in Stelline. (#317)
  • c72f07e Remove (direct) dependency on hex and pin-project-lite (#323)
  • 7c399fc Update changelog.
  • 42c0d44 Don't skip children of apex in SortedRecords (#314)
  • 57f3475 add some missing methods/trait bounds (#318)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 <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)

Bumps [domain](https://github.com/nlnetlabs/domain) from 0.10.0 to 0.10.1.
- [Release notes](https://github.com/nlnetlabs/domain/releases)
- [Changelog](https://github.com/NLnetLabs/domain/blob/main/Changelog.md)
- [Commits](NLnetLabs/domain@v0.10.0...v0.10.1)

---
updated-dependencies:
- dependency-name: domain
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added domain: deps Anything related to dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog labels Jun 4, 2024
@jszwedko jszwedko enabled auto-merge June 12, 2024 16:34
Signed-off-by: Jesse Szwedko <[email protected]>
@jszwedko jszwedko added this pull request to the merge queue Jun 12, 2024
Merged via the queue into main with commit b983cca Jun 12, 2024
13 checks passed
@jszwedko jszwedko deleted the dependabot/cargo/domain-0.10.1 branch June 12, 2024 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: deps Anything related to dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants