datatest-stable
datatest-stable copied to clipboard
chore(deps): update rust crate camino-tempfile to 1.4.1
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| camino-tempfile | dev-dependencies | minor | 1.1.1 -> 1.4.1 |
Release Notes
camino-rs/camino-tempfile (camino-tempfile)
v1.4.1: camino-tempfile 1.4.1
Documentation fixes.
v1.4.0: camino-tempfile 1.4.0
Added
Updates corresponding to upstream tempfile:
Builder::disable_cleanup,Utf8TempDir::disable_cleanup,NamedUtf8TempFile::disable_cleanup, andUtf8TempPath::disable_cleanupconditionally disable cleanup for temporary files and directories.Builder::permissionssets permissions for temporary files and directories.
v1.3.0: camino-tempfile 1.3.0
Added
- References to the new
camino-tempfile-extcrate, which contains quality-of-life extensions that make it easier to write and assert temporary files. Be sure to check it out!
Changed
- MSRV updated to Rust 1.74 to support camino-tempfile-ext (sorry about the quickfire double-bump).
v1.2.0: camino-tempfile 1.2.0
Added
Utf8TempDir::with_suffix,Utf8TempDir::with_suffix_in,NamedUtf8TempFile::with_suffix, andNamedUtf8TempFile::with_suffix_in.
Changed
- MSRV updated to Rust 1.65.
Configuration
📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.
🚦 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 87.59%. Comparing base (8f5b701) to head (a40d110).
Additional details and impacted files
@@ Coverage Diff @@
## main #331 +/- ##
=======================================
Coverage 87.59% 87.59%
=======================================
Files 4 4
Lines 403 403
=======================================
Hits 353 353
Misses 50 50
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.