Skip to content

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

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/all-minor-patch
Mar 25, 2026
Merged

chore(deps): update all non-major dependencies#573
renovate[bot] merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 21, 2026

This PR contains the following updates:

Package Type Update Change Pending
assert_cmd dev-dependencies minor 2.1.22.2.0
clap build-dependencies minor 4.5.604.6.0
clap dependencies minor 4.5.604.6.0
clap_complete build-dependencies minor 4.5.664.6.0
clap_mangen build-dependencies patch 0.2.310.2.33
console dependencies patch 0.16.20.16.3
tempfile (source) dev-dependencies minor 3.26.03.27.0
toml dependencies patch 1.0.6+spec-1.1.01.0.7 1.1.0

Release Notes

assert-rs/assert_cmd (assert_cmd)

v2.2.0

Compare Source

Compatibility
  • Change cargo_bin bad paths to panics

v2.1.3

Compare Source

Fixes
  • Un-deprecate cargo_bin
clap-rs/clap (clap)

v4.6.0

Compare Source

Compatibility
  • Update MSRV to 1.85

v4.5.61

Compare Source

Internal
  • Update dependencies
console-rs/console (console)

v0.16.3

Compare Source

What's Changed

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.

toml-rs/toml (toml)

v1.0.7

Compare Source


Configuration

📅 Schedule: Branch creation - "before 5am on saturday" in timezone America/Toronto, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 force-pushed the renovate/all-minor-patch branch from 48e11f7 to 5b659b6 Compare March 24, 2026 21:51
@renovate renovate bot merged commit 289343c into main Mar 25, 2026
19 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch March 25, 2026 01:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants