Skip to content

deps: update all non-major dependencies#136

Merged
cococonscious merged 1 commit intomainfrom
renovate/all-minor-patch
Feb 19, 2025
Merged

deps: update all non-major dependencies#136
cococonscious merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 10, 2025

This PR contains the following updates:

Package Type Update Change
clap dependencies patch 4.5.27 -> 4.5.30
tempfile (source) dev-dependencies minor 3.15.0 -> 3.17.1

Release Notes

clap-rs/clap (clap)

v4.5.30

Compare Source

v4.5.29

Compare Source

Fixes
  • Change ArgMatches::args_present so not-present flags are considered not-present (matching the documentation)

v4.5.28

Compare Source

Features
  • (derive) Unstable support for full markdown syntax for doc comments, enabled with unstable-markdown
Stebalien/tempfile (tempfile)

v3.17.1

Compare Source

  • Fix build with windows-sys 0.52. Unfortunately, we have no CI for older windows-sys versions at the moment...

v3.17.0

Compare Source

  • Make sure to use absolute paths in when creating unnamed temporary files (avoids a small race in the "immediate unlink" logic) and in Builder::make_in (when creating temporary files of arbitrary types).
  • Prevent a theoretical crash that could (maybe) happen when a temporary file is created from a drop function run in a TLS destructor. Nobody has actually reported a case of this happening in practice and I have been unable to create this scenario in a test.
  • When reseeding with getrandom, use platform (e.g., CPU) specific randomness sources where possible.
  • Clarify some documentation.
  • Unlink unnamed temporary files on windows immediately when possible instead of waiting for the handle to be closed. We open files with "Unix" semantics, so this is generally possible.

v3.16.0

Compare Source

  • Update getrandom to 0.3.0 (thanks to @​paolobarbolini).
  • Allow windows-sys versions 0.59.x in addition to 0.59.0 (thanks @​ErichDonGubler).
  • Improved security documentation (thanks to @​n0toose for collaborating with me on this).

Configuration

📅 Schedule: Branch creation - "* 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.

@codecov
Copy link

codecov bot commented Feb 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

see 2 files with indirect coverage changes

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a559609 to f8f8170 Compare February 17, 2025 18:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f8f8170 to 2d29235 Compare February 17, 2025 23:23
@cococonscious cococonscious changed the title chore(deps): update all non-major dependencies deps: update all non-major dependencies Feb 19, 2025
@cococonscious cococonscious merged commit 7fe5dc5 into main Feb 19, 2025
4 checks passed
@cococonscious cococonscious deleted the renovate/all-minor-patch branch February 19, 2025 20:51
@github-actions github-actions bot mentioned this pull request Feb 19, 2025
@github-actions github-actions bot mentioned this pull request Nov 30, 2025
cococonscious pushed a commit that referenced this pull request Nov 30, 2025
## 🤖 New release

* `koji`: 3.2.0 -> 3.3.0 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[3.3.0](v3.2.0...v3.3.0) -
2025-11-30

### Changed

- *(deps)* update codecov/codecov-action action to v5.5.1
([#143](#143))
- *(deps)* upgrade all dependencies
([#149](#149))
- *(build)* reintroduce musl builds
([#156](#156))
- replace rusty-hook with prek
- *(config)* allow reading configuration from xdg directories
([#155](#155))
- update all non-major dependencies
([#136](#136))
- *(deps)* update codecov/codecov-action action to v5.3.1
([#135](#135))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

1 participant