Skip to content

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

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

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 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 👍 / 👎.

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 force-pushed the dependabot/cargo/whoami-2.1.2 branch from 8a0297c to 37ea921 Compare July 26, 2026 13:27
@genedna genedna closed this Jul 26, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/cargo/whoami-2.1.2 branch July 26, 2026 13:30
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.

1 participant