Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-rs): bump the patch group with 3 updates (#768)
Bumps the patch group with 3 updates: [clap](https://github.com/clap-rs/clap), [priority-queue](https://github.com/garro95/priority-queue) and [serde_json](https://github.com/serde-rs/json). Updates `clap` from 4.5.26 to 4.5.28 <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.5.28</h2> <h2>[4.5.28] - 2025-02-03</h2> <h3>Features</h3> <ul> <li><em>(derive)</em> Unstable support for full markdown syntax for doc comments, enabled with <code>unstable-markdown</code></li> </ul> <h2>v4.5.27</h2> <h2>[4.5.27] - 2025-01-20</h2> <h3>Documentation</h3> <ul> <li>Iterate on tutorials and reference based on feedback</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.5.28] - 2025-02-03</h2> <h3>Features</h3> <ul> <li><em>(derive)</em> Unstable support for full markdown syntax for doc comments, enabled with <code>unstable-markdown</code></li> </ul> <h2>[4.5.27] - 2025-01-20</h2> <h3>Documentation</h3> <ul> <li>Iterate on tutorials and reference based on feedback</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/257d7812b9d6e60192c395598c1acfc41fd75a5a"><code>257d781</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/06c5f5f329d7917981aef4f749df035df359ce57"><code>06c5f5f</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/6ac153557c153e64344e293611459357f98ae4a7"><code>6ac1535</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5733">#5733</a> from epage/bin</li> <li><a href="https://github.com/clap-rs/clap/commit/a7a8f93d6b2b5f4af8e2703b69bc41ca85a7e840"><code>a7a8f93</code></a> fix(complete): Strip wrappers for running completer</li> <li><a href="https://github.com/clap-rs/clap/commit/b2c8e445aaade1435a5ec576d4e184b6b3e68cbb"><code>b2c8e44</code></a> feat(complete): Allow user to override bin/completer</li> <li><a href="https://github.com/clap-rs/clap/commit/21c9892efec76ea231f67de092472280bbf49cb7"><code>21c9892</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/0c8bceb3e98316f7365f86fc37d492cadb5680b2"><code>0c8bceb</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/d8f102a18cac1b6b634a0ebfe774dca7d97e7392"><code>d8f102a</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5732">#5732</a> from epage/consistent</li> <li><a href="https://github.com/clap-rs/clap/commit/c92fca3a8fbbae0b593cd09800f6281c42e4971b"><code>c92fca3</code></a> docs(complete): Clarify CompleteEnv's Shell trait</li> <li><a href="https://github.com/clap-rs/clap/commit/5ca60e9079e79c44eee4e226fabec943b8138ef8"><code>5ca60e9</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5731">#5731</a> from epage/bash</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.26...clap_complete-v4.5.28">compare view</a></li> </ul> </details> <br /> Updates `priority-queue` from 2.1.1 to 2.1.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/garro95/priority-queue/commit/cd75a6077e242456737cac0b7c36c8dc2a2e8a3e"><code>cd75a60</code></a> Prepare version</li> <li><a href="https://github.com/garro95/priority-queue/commit/59777a72ec64e033ae73af92bc244e6a53275dd7"><code>59777a7</code></a> Merge pull request <a href="https://redirect.github.com/garro95/priority-queue/issues/58">#58</a> from jmr/push-docs</li> <li><a href="https://github.com/garro95/priority-queue/commit/fd3eb6b5f400aee39df7c276235638d1ff33b03a"><code>fd3eb6b</code></a> Clarify documentation and add doctests</li> <li>See full diff in <a href="https://github.com/garro95/priority-queue/compare/2.1.1...2.1.2">compare view</a></li> </ul> </details> <br /> Updates `serde_json` from 1.0.137 to 1.0.138 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/json/releases">serde_json's releases</a>.</em></p> <blockquote> <h2>v1.0.138</h2> <ul> <li>Documentation improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/json/commit/c916099147f0864c158bfffaf6d74870a64b16ee"><code>c916099</code></a> Release 1.0.138</li> <li><a href="https://github.com/serde-rs/json/commit/dc29e4815d8b99d48f43d73638819b25e7cd19c8"><code>dc29e48</code></a> Move BufReader to caller</li> <li><a href="https://github.com/serde-rs/json/commit/29122f9ed796712c098a1cd614f207bd9d1b2ccc"><code>29122f9</code></a> Sort imports from PR 1237</li> <li><a href="https://github.com/serde-rs/json/commit/d33c1b527e77d29ed9a6c2719d8aaac424e85357"><code>d33c1b5</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1237">#1237</a> from JonathanBrouwer/master</li> <li><a href="https://github.com/serde-rs/json/commit/8c2d8004b2b873772dbeadd5ad3f96a185d329df"><code>8c2d800</code></a> Add more warnings to apply buffering on docs of affected functions</li> <li><a href="https://github.com/serde-rs/json/commit/65bbd1aa2d0c9aca8347ba5b963e2f8658ab2d42"><code>65bbd1a</code></a> Fix example of from_reader not applying buffering when it should</li> <li><a href="https://github.com/serde-rs/json/commit/87f78da0f57a5bc6c875e56357bc9761558a3ef9"><code>87f78da</code></a> More precise gitignore patterns</li> <li><a href="https://github.com/serde-rs/json/commit/4134f119c025afa0f57f6b52b66def5c69db0ae6"><code>4134f11</code></a> Remove *.sw[po] from gitignore</li> <li><a href="https://github.com/serde-rs/json/commit/c7626dbac286ddf54aa120b3f3e7c9ebb4804af7"><code>c7626db</code></a> Remove **/*.rs.bk from project-specific gitignore</li> <li>See full diff in <a href="https://github.com/serde-rs/json/compare/v1.0.137...v1.0.138">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information