chore(deps): update rust crate tempfile to v3.27.0 - #26
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the
Comment |
renovate
Bot
force-pushed
the
renovate/tempfile-3.x-lockfile
branch
from
September 9, 2025 21:48
0d5df3d to
6aaa5d5
Compare
renovate
Bot
force-pushed
the
renovate/tempfile-3.x-lockfile
branch
from
September 23, 2025 09:54
6aaa5d5 to
15fc77d
Compare
renovate
Bot
force-pushed
the
renovate/tempfile-3.x-lockfile
branch
from
December 24, 2025 01:16
15fc77d to
b18cd07
Compare
renovate
Bot
force-pushed
the
renovate/tempfile-3.x-lockfile
branch
from
February 2, 2026 15:03
b18cd07 to
b04d7fb
Compare
renovate
Bot
force-pushed
the
renovate/tempfile-3.x-lockfile
branch
2 times, most recently
from
February 12, 2026 15:34
4541ea2 to
f03c52a
Compare
renovate
Bot
force-pushed
the
renovate/tempfile-3.x-lockfile
branch
from
February 24, 2026 09:51
f03c52a to
e9db344
Compare
renovate
Bot
force-pushed
the
renovate/tempfile-3.x-lockfile
branch
from
March 11, 2026 00:36
e9db344 to
ddb3c68
Compare
renovate
Bot
force-pushed
the
renovate/tempfile-3.x-lockfile
branch
from
May 18, 2026 19:14
ddb3c68 to
ccd3751
Compare
renovate
Bot
force-pushed
the
renovate/tempfile-3.x-lockfile
branch
from
July 21, 2026 01:11
ccd3751 to
d06fdf4
Compare
renovate
Bot
force-pushed
the
renovate/tempfile-3.x-lockfile
branch
from
August 12, 2026 00:13
d06fdf4 to
5688266
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.20.0→3.27.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
Stebalien/tempfile (tempfile)
v3.27.0Compare Source
This release adds
TempPath::try_from_pathand deprecatesTempPath::from_path.Prior to this release,
TempPath::from_pathmade no attempts to convert relative paths into absolute paths. The following code would have deleted the wrong file:Now:
TempPath::from_pathwill attempt to convert relative paths into absolute paths. However, this isn't always possible as we need to callstd::env::current_dir, which can fail. If we fail to convert the relative path to an absolute path, we simply keep the relative path.TempPath::try_from_pathbehaves exactly likeTempPath::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.0NamedTempFile::persiston RedoxOS (#393) (thanks to @Andy-Python-Programmer).v3.25.0getrandom0.4.x while retaining support forgetrandom0.3.x.v3.24.0Compare Source
v3.23.0Compare Source
v3.22.0Compare Source
windows-sysrequirement to allow version 0.61.xunstable-windows-keep-open-tempfilefeature.v3.21.0Compare Source
windows-sysrequirement to allow version 0.60.xConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.