chore(deps): update all dependencies #80

Merged
kjuulh merged 1 commits from renovate/all into main 2025-03-04 02:46:00 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
anyhow workspace.dependencies patch 1.0.96 -> 1.0.97
async-trait dependencies patch 0.1.86 -> 0.1.87
clap workspace.dependencies patch 4.5.30 -> 4.5.31
uuid dependencies minor 1.14.0 -> 1.15.1

Release Notes

dtolnay/anyhow (anyhow)

v1.0.97

Compare Source

  • Documentation improvements
dtolnay/async-trait (async-trait)

v0.1.87

Compare Source

  • Documentation improvements
clap-rs/clap (clap)

v4.5.31

Compare Source

Features
  • Add ValueParserFactory for Saturating<T>
uuid-rs/uuid (uuid)

v1.15.1

Compare Source

What's Changed

Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.15.0...v1.15.1

v1.15.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.14.0...v1.15.0


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.

👻 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [anyhow](https://github.com/dtolnay/anyhow) | workspace.dependencies | patch | `1.0.96` -> `1.0.97` | | [async-trait](https://github.com/dtolnay/async-trait) | dependencies | patch | `0.1.86` -> `0.1.87` | | [clap](https://github.com/clap-rs/clap) | workspace.dependencies | patch | `4.5.30` -> `4.5.31` | | [uuid](https://github.com/uuid-rs/uuid) | dependencies | minor | `1.14.0` -> `1.15.1` | --- ### Release Notes <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.97`](https://github.com/dtolnay/anyhow/releases/tag/1.0.97) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.96...1.0.97) - Documentation improvements </details> <details> <summary>dtolnay/async-trait (async-trait)</summary> ### [`v0.1.87`](https://github.com/dtolnay/async-trait/releases/tag/0.1.87) [Compare Source](https://github.com/dtolnay/async-trait/compare/0.1.86...0.1.87) - Documentation improvements </details> <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.31`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4531---2025-02-24) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.30...v4.5.31) ##### Features - Add `ValueParserFactory` for `Saturating<T>` </details> <details> <summary>uuid-rs/uuid (uuid)</summary> ### [`v1.15.1`](https://github.com/uuid-rs/uuid/releases/tag/v1.15.1) [Compare Source](https://github.com/uuid-rs/uuid/compare/v1.15.0...v1.15.1) #### What's Changed - Guarantee v7 timestamp will never overflow by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/uuid-rs/uuid/pull/811 - Prepare for 1.15.1 release by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/uuid-rs/uuid/pull/812 **Full Changelog**: https://github.com/uuid-rs/uuid/compare/v1.15.0...v1.15.1 ### [`v1.15.0`](https://github.com/uuid-rs/uuid/releases/tag/v1.15.0) [Compare Source](https://github.com/uuid-rs/uuid/compare/v1.14.0...v1.15.0) #### What's Changed - Add a manual `Debug` implementation for NonNilUUid by [@&#8203;rick-de-water](https://github.com/rick-de-water) in https://github.com/uuid-rs/uuid/pull/808 - Support higher precision, shiftable timestamps in V7 UUIDs by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/uuid-rs/uuid/pull/809 - Prepare for 1.15.0 release by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/uuid-rs/uuid/pull/810 #### New Contributors - [@&#8203;rick-de-water](https://github.com/rick-de-water) made their first contribution in https://github.com/uuid-rs/uuid/pull/808 **Full Changelog**: https://github.com/uuid-rs/uuid/compare/v1.14.0...v1.15.0 </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2025-02-25 02:41:28 +01:00
chore(deps): update rust crate clap to v4.5.31
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
d7a1736f91
kjuulh force-pushed renovate/all from d7a1736f91 to ba8e580f30 2025-02-27 02:43:56 +01:00 Compare
kjuulh changed title from chore(deps): update rust crate clap to v4.5.31 to chore(deps): update all dependencies 2025-02-27 02:43:56 +01:00
kjuulh force-pushed renovate/all from ba8e580f30 to 288124b672 2025-02-27 06:40:14 +01:00 Compare
kjuulh force-pushed renovate/all from 288124b672 to a47bce772a 2025-02-28 02:43:58 +01:00 Compare
kjuulh force-pushed renovate/all from a47bce772a to 44f3efc5f5 2025-02-28 06:39:25 +01:00 Compare
kjuulh force-pushed renovate/all from 44f3efc5f5 to 513a0f9d84 2025-03-01 02:40:11 +01:00 Compare
kjuulh force-pushed renovate/all from 513a0f9d84 to 50c4e9c50e 2025-03-01 06:37:40 +01:00 Compare
kjuulh force-pushed renovate/all from 50c4e9c50e to 498a31b29d 2025-03-02 02:38:41 +01:00 Compare
kjuulh force-pushed renovate/all from 498a31b29d to 2a835e0933 2025-03-02 06:56:01 +01:00 Compare
kjuulh force-pushed renovate/all from 2a835e0933 to 905ac36dd9 2025-03-03 02:37:02 +01:00 Compare
kjuulh force-pushed renovate/all from 905ac36dd9 to c77a9dcbef 2025-03-03 06:39:41 +01:00 Compare
kjuulh merged commit c77a9dcbef into main 2025-03-04 02:46:00 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kjuulh/gitnow#80
No description provided.