chore(deps): bump whoami from 1.6.1 to 2.1.2#26
Conversation
There was a problem hiding this comment.
💡 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".
| uuid = { version = "1.20.0", features = ["v4"] } | ||
| libfuse-fs = "0.1.14" | ||
| whoami = "1.6.0" | ||
| whoami = "2.1.2" |
There was a problem hiding this comment.
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>
8a0297c to
37ea921
Compare
|
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps whoami from 1.6.1 to 2.1.2.
Release notes
Sourced from whoami's releases.
... (truncated)
Commits