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

build(deps): bump the deps group with 3 updates #1966

Merged
merged 3 commits into from
Nov 9, 2024

Commits on Nov 9, 2024

  1. build(deps): bump the deps group with 3 updates

    Bumps the deps group with 3 updates: [file-format](https://github.com/mmalecot/file-format), [thiserror](https://github.com/dtolnay/thiserror) and [hickory-resolver](https://github.com/hickory-dns/hickory-dns).
    
    
    Updates `file-format` from 0.25.0 to 0.26.0
    - [Release notes](https://github.com/mmalecot/file-format/releases)
    - [Changelog](https://github.com/mmalecot/file-format/blob/main/CHANGELOG.md)
    - [Commits](mmalecot/file-format@v0.25.0...v0.26.0)
    
    Updates `thiserror` from 1.0.68 to 2.0.1
    - [Release notes](https://github.com/dtolnay/thiserror/releases)
    - [Commits](dtolnay/thiserror@1.0.68...2.0.1)
    
    Updates `hickory-resolver` from 0.25.0-alpha.2 to 0.25.0-alpha.3
    - [Release notes](https://github.com/hickory-dns/hickory-dns/releases)
    - [Changelog](https://github.com/hickory-dns/hickory-dns/blob/main/CHANGELOG.md)
    - [Commits](hickory-dns/hickory-dns@v0.25.0-alpha.2...v0.25.0-alpha.3)
    
    ---
    updated-dependencies:
    - dependency-name: file-format
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: deps
    - dependency-name: thiserror
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: deps
    - dependency-name: hickory-resolver
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 9, 2024
    Configuration menu
    Copy the full SHA
    bb29cf7 View commit details
    Browse the repository at this point in the history
  2. Fix import in resolver.rs

    Signed-off-by: Jiahao XU <[email protected]>
    NobodyXu authored Nov 9, 2024
    Configuration menu
    Copy the full SHA
    30cb6c3 View commit details
    Browse the repository at this point in the history
  3. Fix get_configs() in resolver.rs on Windows

    Signed-off-by: Jiahao XU <[email protected]>
    NobodyXu authored Nov 9, 2024
    Configuration menu
    Copy the full SHA
    3928228 View commit details
    Browse the repository at this point in the history