Skip to content

Commit 9b2e685

Browse files
authored
Update Rust crate whoami to 2.1.1 (#3065)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [whoami](https://redirect.github.com/ardaku/whoami/releases) ([source](https://redirect.github.com/ardaku/whoami)) | workspace.dependencies | patch | `2.1.0` -> `2.1.1` | --- ### Release Notes <details> <summary>ardaku/whoami (whoami)</summary> ### [`v2.1.1`](https://redirect.github.com/ardaku/whoami/releases/tag/v2.1.1) [Compare Source](https://redirect.github.com/ardaku/whoami/compare/v2.1.0...v2.1.1) ### Changelog #### Added - Support for other Apple targets (untested) #### Changed - Improved unix-like implementations - now depends on libc, and objc2-system-configuration on macOS - Updated web-sys to 0.3.85 *** #### What's Changed - Add initial dependency on libc by [@&#8203;AldaronLau](https://redirect.github.com/AldaronLau) in [#&#8203;221](https://redirect.github.com/ardaku/whoami/pull/221) - Switch out unix defs for ones in the libc crate by [@&#8203;AldaronLau](https://redirect.github.com/AldaronLau) in [#&#8203;222](https://redirect.github.com/ardaku/whoami/pull/222) - Reduce code duplication in unix implementation by [@&#8203;AldaronLau](https://redirect.github.com/AldaronLau) in [#&#8203;223](https://redirect.github.com/ardaku/whoami/pull/223) - Add dependency objc2-system-configuration for MacOS by [@&#8203;AldaronLau](https://redirect.github.com/AldaronLau) in [#&#8203;224](https://redirect.github.com/ardaku/whoami/pull/224) - Bump libc from 0.2.180 to 0.2.181 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;226](https://redirect.github.com/ardaku/whoami/pull/226) - Bump version to 2.1.1 by [@&#8203;AldaronLau](https://redirect.github.com/AldaronLau) in [#&#8203;225](https://redirect.github.com/ardaku/whoami/pull/225) **Full Changelog**: <ardaku/whoami@v2.1.0...v2.1.1> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent 814eb13 commit 9b2e685

File tree

2 files changed

+39
-31
lines changed

2 files changed

+39
-31
lines changed

Cargo.lock

Lines changed: 38 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ unicode-ident = "1.0.24"
145145
unicode-normalization = "0.1.25"
146146
usdt = "0.6.0"
147147
walkdir = "2.5.0"
148-
whoami = "2.1.0"
148+
whoami = "2.1.1"
149149
win32job = "2.0.3"
150150
windows-sys = "0.61.2"
151151
winnow = "0.7.14"

0 commit comments

Comments
 (0)