Skip to content

Bump whoami from 0.8.2 to 1.3.0#38

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/whoami-1.3.0
Closed

Bump whoami from 0.8.2 to 1.3.0#38
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/whoami-1.3.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 15, 2023

Bumps whoami from 0.8.2 to 1.3.0.

Changelog

Sourced from whoami's changelog.

[1.3.0] - 2022-12-28

Added

  • Arch enum listing CPU architectures
  • Width enum listing CPU architecture address widths
  • arch() function which returns an Arch type representing a CPU architecture
  • Arch::width() method which returns the address width of a CPU architecture
  • web feature (enabled by default). Disabling this feature allows you to use wasm32-unknown-unknown with whoami outside of the browser with a mock implementation.
  • Officially support compiling to WASI or Daku WebAssembly platforms; functionality not supported yet.
  • Convenience Result type alias.

Changed

  • Modernized and cleaned up code style

Fixed

  • Handling of lang() when $LANG environment variable on unix set to "C", causing duplicated iterator elements ["C", "C"]; now produces ["en-US"].
  • WhoAmI reporting "Safari" when running in Chrome/Chromium browser
  • WhoAmI reporting "Edg" when running in Edge browser (now reports "Edge")
  • WhoAmI reporting "OPR" when running in Opera browser (now reports "Opera")
  • WhoAmI reporting "Mozilla" when running in GNOME web browser (now reports "GNOME Web")

[1.2.3] - 2022-09-12

Fixed

  • WebAssembly target requiring older versions of dependencies

[1.2.2] - 2022-09-05

Added

  • More details to the method documentation

Changed

  • WhoAmI now has an official MSRV of Rust 1.40.0
  • whoami::hostname() is now normalized to lowercase

[1.2.1] - 2021-11-24

Fixed

  • The Windows GNU target support being broken

[1.2.0] - 2021-11-06

Added

  • Derives for Clone, PartialEq and Eq on DesktopEnv and Platform

Changed

  • Lower MSRV for Windows

[1.1.5] - 2021-09-28

... (truncated)

Commits

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 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 [whoami](https://github.com/ardaku/whoami) from 0.8.2 to 1.3.0.
- [Release notes](https://github.com/ardaku/whoami/releases)
- [Changelog](https://github.com/ardaku/whoami/blob/stable/CHANGELOG.md)
- [Commits](ardaku/whoami@v0.8.2...v1.3.0)

---
updated-dependencies:
- dependency-name: whoami
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 15, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 13, 2023

Superseded by #50.

@dependabot dependabot bot closed this Mar 13, 2023
@dependabot dependabot bot deleted the dependabot/cargo/whoami-1.3.0 branch March 13, 2023 01:48
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 rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants