Skip to content

chore(deps): bump whoami from 1.6.1 to 2.1.2#26

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/whoami-2.1.2
Open

chore(deps): bump whoami from 1.6.1 to 2.1.2#26
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/whoami-2.1.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps whoami from 1.6.1 to 2.1.2.

Release notes

Sourced from whoami's releases.

v2.1.2

Changelog

Changed

  • Update minimum libc to 2.186
  • Update minimum libredox to 0.1.16

Fixed

  • Compilation for wasm32-wasip2

What's Changed

New Contributors

Full Changelog: ardaku/whoami@v2.1.1...v2.1.2

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

... (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 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)

Bumps [whoami](https://github.com/ardaku/whoami) from 1.6.1 to 2.1.2.
- [Release notes](https://github.com/ardaku/whoami/releases)
- [Commits](https://github.com/ardaku/whoami/commits/v2.1.2)

---
updated-dependencies:
- dependency-name: whoami
  dependency-version: 2.1.2
  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 Jul 1, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8a0297cc83

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread Cargo.toml
uuid = { version = "1.20.0", features = ["v4"] }
libfuse-fs = "0.1.14"
whoami = "1.6.0"
whoami = "2.1.2"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Adapt whoami::username callers before bumping

With whoami 2.x, whoami::username() now returns Result<String> instead of String, but the repo still uses it as a displayable string in src/util/config.rs (for example format!("/tmp/megadir-{username}") in defaults() and test format! calls). Any build of the root crate will fail until those callers unwrap/handle the result or the dependency stays on the 1.x API.

Useful? React with 👍 / 👎.

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