Skip to content
This repository was archived by the owner on May 16, 2026. It is now read-only.

chore(deps): update all non-major dependencies#138

Merged
abhinav merged 1 commit into
mainfrom
renovate/all-minor-patch
Mar 11, 2026
Merged

chore(deps): update all non-major dependencies#138
abhinav merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 9, 2026

This PR contains the following updates:

Package Type Update Change
anyhow dependencies patch 1.0.1001.0.102
lexopt dependencies patch 0.3.10.3.2
tempfile (source) dependencies minor 3.24.03.27.0

Release Notes

dtolnay/anyhow (anyhow)

v1.0.102

Compare Source

v1.0.101

Compare Source

blyxxyz/lexopt (lexopt)

v0.3.2

Compare Source

New:

  • Add Parser::set_short_equals() to opt out of the nonstandard -o=value syntax.
Stebalien/tempfile (tempfile)

v3.27.0

Compare Source

This release adds TempPath::try_from_path and deprecates TempPath::from_path.

Prior to this release, TempPath::from_path made no attempts to convert relative paths into absolute paths. The following code would have deleted the wrong file:

let tmp_path = TempPath::from_path("foo")
std::env::set_current_dir("/some/other/path").unwrap();
drop(tmp_path);

Now:

  1. TempPath::from_path will attempt to convert relative paths into absolute paths. However, this isn't always possible as we need to call std::env::current_dir, which can fail. If we fail to convert the relative path to an absolute path, we simply keep the relative path.
  2. The TempPath::try_from_path behaves exactly like TempPath::from_path, except that it returns an error if we fail to convert a relative path into an absolute path (or if the passed path is empty).

Neither function attempt to verify the existence of the file in question.

Thanks to @​meng-xu-cs for reporting this issue.

v3.26.0

v3.25.0

  • Allow getrandom 0.4.x while retaining support for getrandom 0.3.x.

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title chore(deps): update rust crate anyhow to v1.0.101 chore(deps): update all non-major dependencies Feb 9, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 160efaa to 6809120 Compare February 9, 2026 21:34
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f388d44 to fd61ad9 Compare February 24, 2026 09:30
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from fd61ad9 to 9f1cfc8 Compare March 1, 2026 01:30
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 9f1cfc8 to fcc34a4 Compare March 11, 2026 03:52
@abhinav abhinav merged commit f6b995c into main Mar 11, 2026
1 check passed
@abhinav abhinav deleted the renovate/all-minor-patch branch March 11, 2026 13:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant