Skip to content

Commit

Permalink
chore(deps): update rust crate tempfile to 3.7.1 (#519)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [tempfile](https://stebalien.com/projects/tempfile-rs/)
([source](https://togithub.com/Stebalien/tempfile)) | dev-dependencies |
minor | `3.4.0` -> `3.7.1` |

---

### Release Notes

<details>
<summary>Stebalien/tempfile (tempfile)</summary>

###
[`v3.7.1`](https://togithub.com/Stebalien/tempfile/blob/HEAD/CHANGELOG.md#371)

[Compare
Source](https://togithub.com/Stebalien/tempfile/compare/v3.7.0...v3.7.1)

-   Tempfile builds on haiku again.
- Under the hood, we've switched from the unlinkat/linkat syscalls to
the regular unlink/link syscalls where possible.

###
[`v3.7.0`](https://togithub.com/Stebalien/tempfile/blob/HEAD/CHANGELOG.md#370)

[Compare
Source](https://togithub.com/Stebalien/tempfile/compare/v3.6.0...v3.7.0)

BREAKING: This release updates the MSRV to 1.63. This isn't an
API-breaking change (so no major
release) but it's still a breaking change for some users.

-   Update fastrand from 1.6 to 2.0
-   Update rustix to 0.38
-   Updates the MSRV to 1.63.
-   Provide AsFd/AsRawFd on wasi.

###
[`v3.6.0`](https://togithub.com/Stebalien/tempfile/blob/HEAD/CHANGELOG.md#360)

[Compare
Source](https://togithub.com/Stebalien/tempfile/compare/v3.5.0...v3.6.0)

-   Update windows-sys to 0.48.
-   Update rustix min version to 0.37.11
- Forward some `NamedTempFile` and `SpooledTempFile` methods to the
underlying `File` object for
    better performance (especially vectorized writes, etc.).
-   Implement `AsFd` and `AsHandle`.
-   Misc documentation fixes and code cleanups.

###
[`v3.5.0`](https://togithub.com/Stebalien/tempfile/blob/HEAD/CHANGELOG.md#350)

[Compare
Source](https://togithub.com/Stebalien/tempfile/compare/v3.4.0...v3.5.0)

- Update rustix from 0.36 to 0.37.1. This makes wasi work on rust stable
-   Update `windows-sys`, `redox_syscall`
- BREAKING: Remove the implementation of `Write for &NamedTempFile<F>
where &F: Write`. Unfortunately, this can cause compile issues in
unrelated code
([Stebalien/tempfile#224).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/knope-dev/knope).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dylan Anthony <dbanty@users.noreply.github.com>
  • Loading branch information
renovate[bot] and dbanty committed Aug 10, 2023
1 parent 850574b commit ea4a74c
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 59 deletions.
90 changes: 32 additions & 58 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ time = { version = "0.3.25" }
pretty_assertions = "1.4.0"
rstest = { version = "0.18.1", default-features = false }
snapbox = "0.4.10"
tempfile = "3.4.0"
tempfile = "3.7.1"

0 comments on commit ea4a74c

Please sign in to comment.