[PR #356] [MERGED] build(deps): bump clap from 4.4.7 to 4.4.8 #3471

Closed
opened 2026-05-22 23:55:53 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/356
Author: @dependabot[bot]
Created: 11/13/2023
Status: Merged
Merged: 11/13/2023
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/clap-4.4.8


📝 Commits (1)

  • ce43895 build(deps): bump clap from 4.4.7 to 4.4.8

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 Cargo.lock (+4 -4)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps clap from 4.4.7 to 4.4.8.

Release notes

Sourced from clap's releases.

v4.4.8

[4.4.8] - 2023-11-10

Features

  • Add Command::flatten_help to allow git stash -h like help for subcommands
Changelog

Sourced from clap's changelog.

[4.4.8] - 2023-11-10

Features

  • Add Command::flatten_help to allow git stash -h like help for subcommands
Commits
  • 3aeea91 chore: Release
  • 1add9a7 docs: Update changelog
  • 6b2a2cc Merge pull request #5206 from epage/flatten
  • 9c0f7a7 fix(help): Recurse help flattening
  • 4bef91c refactor(help): Pull out flat subcommands
  • c9a7ef0 fix(help): Gloss over globals with flatten
  • 9e5f93d fix(help): Be consistent in long/short help
  • 66d2bcb feat(help): Allow flattening help
  • 3383242 Merge pull request #5205 from epage/flatten-refactor
  • caf5cdc feat(help): Allow flattening usage
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/356 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/13/2023 **Status:** ✅ Merged **Merged:** 11/13/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/clap-4.4.8` --- ### 📝 Commits (1) - [`ce43895`](https://github.com/JakeStanger/ironbar/commit/ce43895394c525a0c3e7f68fc7b5deb334a37a98) build(deps): bump clap from 4.4.7 to 4.4.8 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [clap](https://github.com/clap-rs/clap) from 4.4.7 to 4.4.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/releases">clap's releases</a>.</em></p> <blockquote> <h2>v4.4.8</h2> <h2>[4.4.8] - 2023-11-10</h2> <h3>Features</h3> <ul> <li>Add <code>Command::flatten_help</code> to allow <code>git stash -h</code> like help for subcommands</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.4.8] - 2023-11-10</h2> <h3>Features</h3> <ul> <li>Add <code>Command::flatten_help</code> to allow <code>git stash -h</code> like help for subcommands</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/3aeea916e8e426e8389357a67d9b8f9a1fceba3e"><code>3aeea91</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/1add9a7ae4fab6088d2047ef4b7f9b6e6c478f13"><code>1add9a7</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/6b2a2ccb444a128c318052f76522c1682a6a4412"><code>6b2a2cc</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5206">#5206</a> from epage/flatten</li> <li><a href="https://github.com/clap-rs/clap/commit/9c0f7a7253e914fea33078f28351c5447ee8ef15"><code>9c0f7a7</code></a> fix(help): Recurse help flattening</li> <li><a href="https://github.com/clap-rs/clap/commit/4bef91ca3c7526ec0723f736b9899e614741d14b"><code>4bef91c</code></a> refactor(help): Pull out flat subcommands</li> <li><a href="https://github.com/clap-rs/clap/commit/c9a7ef06e15ac806f23e0baf671fa68fbe73cedb"><code>c9a7ef0</code></a> fix(help): Gloss over globals with flatten</li> <li><a href="https://github.com/clap-rs/clap/commit/9e5f93d43fa5aa60a0523fca342a694adca990dc"><code>9e5f93d</code></a> fix(help): Be consistent in long/short help</li> <li><a href="https://github.com/clap-rs/clap/commit/66d2bcbdd4067e83eff6241fad9c6e55e771d024"><code>66d2bcb</code></a> feat(help): Allow flattening help</li> <li><a href="https://github.com/clap-rs/clap/commit/3383242b475c7e8f5e775ecfabdaf7ec5b70a686"><code>3383242</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5205">#5205</a> from epage/flatten-refactor</li> <li><a href="https://github.com/clap-rs/clap/commit/caf5cdcfa04d92bdea0dcd924296990425212b91"><code>caf5cdc</code></a> feat(help): Allow flattening usage</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v4.4.7...v4.4.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.4.7&new-version=4.4.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 23:55:53 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#3471
No description provided.