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

Update hostname requirement from 0.3.0 to 0.4.0 #375

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2024

Updates the requirements on hostname to permit the latest version.

Changelog

Sourced from hostname's changelog.

[0.4.0] - 2024-04-01

Added

  • CI setup now covers almost all supported Tier 1 and Tier 2 platform targets

Changed

  • Minimum Supported Rust version set to 1.67.0
  • Rust edition set to "2021"

Fixed

  • Handle edge cases for POSIX systems (#14)
  • docs.rs documentation build

[0.3.1] - 2020-02-28

Fixed

  • Enabling hostname::set doctests only if "set" feature is enabled (#10)

[0.3.0] - 2019-12-19

Added

  • Cargo feature set which enables the hostname::set function compilation (disabled by default)
  • Note that hostname::set will fail the compilation for Android API < 23

Changed

  • hostname::set is available only with Cargo set feature enabled
  • Fix compilation issue for FreeBSD, DragonFlyBSD and iOS targets (#9)
  • Deprecated function get_hostname was removed, use get instead

[0.2.0] - 2019-11-09

Added

  • MSRV policy, Rust 1.19 version is set as minimally supported
  • get function which returns the current hostname (replaces get_hostname function)
  • set function which allows to change the hostname

Changed

  • Windows implementation returns the DNS host name of local computer instead of the NetBIOS name
  • Windows implementation works with the Unicode now instead of ANSI encoding

Fixed

... (truncated)

Commits
  • 0e311b9 Release v0.4.0
  • e96d1fd Updating the repo to make it usable again
  • ecf28eb bump version-sync: 0.8 -> 0.9 (#17)
  • 4a178ed Handle posix hostname edge cases (#14)
  • 7e930e9 Upgrade rust edition and migrate dependices(cfg_if, windows_rs) (#18)
  • 8b2b83d Release v0.3.1
  • bc9b4bb Enabling hostname::set doctests only if "set" feature is enabled (closes #10)
  • See full diff in compare view

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)

Updates the requirements on [hostname](https://github.com/svartalf/hostname) to permit the latest version.
- [Release notes](https://github.com/svartalf/hostname/releases)
- [Changelog](https://github.com/svartalf/hostname/blob/master/CHANGELOG.md)
- [Commits](svartalf/hostname@v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: hostname
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 2, 2024
@Ralith Ralith merged commit 48103fe into master Apr 2, 2024
6 checks passed
@Ralith Ralith deleted the dependabot/cargo/hostname-0.4.0 branch April 2, 2024 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant