Skip to content

fix(deps): update rust crate whoami to v2#4113

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/whoami-2.x
Open

fix(deps): update rust crate whoami to v2#4113
renovate[bot] wants to merge 1 commit intomainfrom
renovate/whoami-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 9, 2026

This PR contains the following updates:

Package Type Update Change
whoami (source) dependencies major 1.5.12.0.0

Release Notes

ardaku/whoami (whoami)

v2.1.0

Compare Source

Changelog

Added

  • Add to DesktopEnvironment enum variants Niri, Hyprland, Cosmic

Changed

  • Bumped MSRV to 1.75

What's Changed

New Contributors

Full Changelog: ardaku/whoami@v2.0.3...v2.1.0

v2.0.3

Compare Source

Changelog

Fixed

  • License files not being included in the package (again, switching to a workspace broke it)

What's Changed

New Contributors

Full Changelog: ardaku/whoami@v2.0.2...v2.0.3

v2.0.2

Compare Source

Changelog

Fixed

  • Crate not compiling when std feature isn't set (#​215)

What's Changed

Full Changelog: ardaku/whoami@v2.0.1...v2.0.2

v2.0.1

Compare Source

Changelog

Fixed

  • MSRV testing in CI actually works again
  • MSRV mishap - WhoAmI 2.0.0 was requiring an MSRV of 1.81 accidentally, due to using core::error::Error, changed so that when the std feature is enabled the MSRV is as-advertised - 1.65. Updated MSRV documentation to reflect that when the std feature is disabled it bumps the MSRV to 1.81
  • Fixed Daku reporting 64-bit when 32-bit in cpu_arch() implementation
  • Fixed environment variable typo LC_MONTEARY -> LC_MONETARY
  • Fixed whoami::Error having infinite recursion in the Display implementation
  • Fixed Broken links in the README.md
  • Updated wasite minimum version to v1.0.2 to fix MSRV issues on WASI

What's Changed

New Contributors

Full Changelog: ardaku/whoami@v2.0.0...v2.0.1

v2.0.0: (yanked)

Changelog

Added

  • Added LanguagePreferences
  • Added Error, which implements Into<std::io::Error>
  • no-std support
  • Better docs around hostnames and platform-specific limitations
  • #[must_use] to applicable functions
  • Support checking for Xfce desktop environment

Changed

  • MSRV updated to 1.65, upgraded to 2021 edition
  • Rename Platform::MacOS to Platform::Mac
  • Rename Platform::Nintendo to Platform::Nintendo3ds
  • When checking pointer width, if can't be determined return ErrorKind::Unsupported instead of ErrorKind::Other
  • *::Unknown(_) variants are now defined at the top of enums
  • Updated libredox to v0.1.12
  • desktop_env() now returns an Option - returning None when no desktop environment is applicable (such as over SSH)
  • Feature set changed to:
    • force-stub: Only compile to stub backend
    • std: Depend on the standard library (default feature)
    • wasi-wasite: Assume Wasite environment variables are defined when compiling to wasi targets (default feature)
    • wasm-web: Assume wasm with unknown OS is being compiled for a web page (default feature)
  • Rename arch() / Arch to cpu_arch() / CpuArchitecture
  • Rename DesktopEnv to DesktopEnvironment
  • Language is now a struct instead of an enum
  • Language fallbacks without the country are appended at the end of language iteration
  • DesktopEnv::WebBrowser variant now includes browser name and version
  • devicename() on web target now always returns "Browser"
  • hostname() on web target now returns the webpage URL instead of "localhost"
  • DesktopEnvironment::is_gtk() and DesktopEnvironment::is_kde() are now const and marked with #[must_use]
  • Update wasite target dependency to 1.0.0
  • distro() now reports Windows 11 as Windows 11 instead of 10

Removed

  • Removed Platform::Xbox
  • Remove all infallible function variants, and remove the fallible module, moving those functions to the root module
  • Remove deprecated lang()
  • Remove langs() in favor of lang_prefs()
  • Language::country(), Country
  • Unnecessary #[non_exhaustive] attributes

What's Changed

New Contributors

Full Changelog: ardaku/whoami@v1.6.0...v2.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/whoami-2.x branch 30 times, most recently from 29d51ec to 4b2d39a Compare February 13, 2026 13:00
@renovate renovate bot force-pushed the renovate/whoami-2.x branch 12 times, most recently from b3b92a6 to 6d42f54 Compare February 16, 2026 08:22
@renovate renovate bot force-pushed the renovate/whoami-2.x branch from 6d42f54 to f008534 Compare February 16, 2026 11:15
@renovate renovate bot force-pushed the renovate/whoami-2.x branch 13 times, most recently from 3c2dc6a to 9778476 Compare February 18, 2026 16:05
@renovate renovate bot force-pushed the renovate/whoami-2.x branch from 9778476 to edd4785 Compare February 18, 2026 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments