fix(deps): update rust crate whoami to v2 - #450
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/whoami-2.x
branch
2 times, most recently
from
January 10, 2026 01:40
8056c28 to
a21c9bb
Compare
renovate
Bot
force-pushed
the
renovate/whoami-2.x
branch
2 times, most recently
from
February 2, 2026 17:28
29a6784 to
e497560
Compare
renovate
Bot
force-pushed
the
renovate/whoami-2.x
branch
2 times, most recently
from
February 16, 2026 06:39
c18f17a to
1bcc399
Compare
renovate
Bot
force-pushed
the
renovate/whoami-2.x
branch
from
February 25, 2026 09:47
1bcc399 to
6cbbfa2
Compare
renovate
Bot
force-pushed
the
renovate/whoami-2.x
branch
3 times, most recently
from
March 13, 2026 22:16
29e871d to
b885b11
Compare
renovate
Bot
force-pushed
the
renovate/whoami-2.x
branch
from
March 17, 2026 02:03
b885b11 to
9114160
Compare
renovate
Bot
force-pushed
the
renovate/whoami-2.x
branch
from
April 2, 2026 19:57
9114160 to
d011390
Compare
renovate
Bot
force-pushed
the
renovate/whoami-2.x
branch
2 times, most recently
from
April 20, 2026 04:49
e11c2b4 to
931248f
Compare
renovate
Bot
force-pushed
the
renovate/whoami-2.x
branch
from
April 27, 2026 05:03
931248f to
4c5dbac
Compare
renovate
Bot
force-pushed
the
renovate/whoami-2.x
branch
from
May 11, 2026 04:34
4c5dbac to
aa6ee4c
Compare
renovate
Bot
force-pushed
the
renovate/whoami-2.x
branch
from
May 18, 2026 14:49
aa6ee4c to
4311dea
Compare
renovate
Bot
force-pushed
the
renovate/whoami-2.x
branch
2 times, most recently
from
June 8, 2026 06:57
127a716 to
b7908d0
Compare
renovate
Bot
force-pushed
the
renovate/whoami-2.x
branch
from
July 6, 2026 07:03
b7908d0 to
a7bacfe
Compare
renovate
Bot
force-pushed
the
renovate/whoami-2.x
branch
3 times, most recently
from
July 20, 2026 08:50
960536a to
7581e61
Compare
renovate
Bot
force-pushed
the
renovate/whoami-2.x
branch
from
July 21, 2026 03:15
7581e61 to
668cdae
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1→2.1.2Release Notes
ardaku/whoami (whoami)
v2.1.2Compare Source
Changelog
Changed
Fixed
What's Changed
ifin match on unix by @AldaronLau in #229New Contributors
Full Changelog: ardaku/whoami@v2.1.1...v2.1.2
v2.1.1Compare Source
Changelog
Added
Changed
What's Changed
Full Changelog: ardaku/whoami@v2.1.0...v2.1.1
v2.1.0Compare Source
Changelog
Added
DesktopEnvironmentenum variantsNiri,Hyprland,CosmicChanged
What's Changed
New Contributors
Full Changelog: ardaku/whoami@v2.0.3...v2.1.0
v2.0.4Compare Source
Changelog
Fixed
Full Changelog: ardaku/whoami@v2.0.3...v2.0.4
v2.0.3Compare Source
Changelog
Fixed
What's Changed
New Contributors
Full Changelog: ardaku/whoami@v2.0.2...v2.0.3
v2.0.2Compare Source
Changelog
Fixed
stdfeature isn't set (#215)What's Changed
Full Changelog: ardaku/whoami@v2.0.1...v2.0.2
v2.0.1Compare Source
Changelog
Fixed
core::error::Error, changed so that when thestdfeature is enabled the MSRV is as-advertised - 1.65. Updated MSRV documentation to reflect that when thestdfeature is disabled it bumps the MSRV to 1.81cpu_arch()implementationLC_MONTEARY->LC_MONETARYwhoami::Errorhaving infinite recursion in theDisplayimplementationWhat's Changed
LC_MONETARYenv var name by @paolobarbolini in #205Cargo.lock, fix doc error by @AldaronLau in #211New Contributors
Full Changelog: ardaku/whoami@v2.0.0...v2.0.1
v2.0.0: (yanked)Changelog
Added
LanguagePreferencesError, which implementsInto<std::io::Error>#[must_use]to applicable functionsXfcedesktop environmentChanged
Platform::MacOStoPlatform::MacPlatform::NintendotoPlatform::Nintendo3dsErrorKind::Unsupportedinstead ofErrorKind::Other*::Unknown(_)variants are now defined at the top of enumsdesktop_env()now returns anOption- returningNonewhen no desktop environment is applicable (such as over SSH)force-stub: Only compile to stub backendstd: 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)arch()/Archtocpu_arch()/CpuArchitectureDesktopEnvtoDesktopEnvironmentLanguageis now a struct instead of an enumDesktopEnv::WebBrowservariant now includes browser name and versiondevicename()on web target now always returns "Browser"hostname()on web target now returns the webpage URL instead of "localhost"DesktopEnvironment::is_gtk()andDesktopEnvironment::is_kde()are nowconstand marked with#[must_use]distro()now reports Windows 11 as Windows 11 instead of 10Removed
Platform::Xboxfalliblemodule, moving those functions to the root modulelang()langs()in favor oflang_prefs()Language::country(),Country#[non_exhaustive]attributesWhat's Changed
desktop_env()return anOptionby @AldaronLau in #125hostname()to returnPhysicalDnsHostnameby @AldaronLau in #147langs()to match POSIX locale spec by @cjohnson19 in #150ExtendedNameFormatenum by @AldaronLau in #157LanguagePrefsimpl ofDisplayby @cjohnson19 in #179must_uses, organize attributes, remove redundantnon_exhaustive, fix small copypaste bug (Wasm64) by @BioTomateDE in #201New Contributors
Full Changelog: ardaku/whoami@v1.6.0...v2.0.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.