Skip to content

Commit

Permalink
chore(deps-rs): bump the patch group with 4 updates (#784)
Browse files Browse the repository at this point in the history
Bumps the patch group with 4 updates:
[clap](https://github.com/clap-rs/clap),
[serde](https://github.com/serde-rs/serde),
[serde_json](https://github.com/serde-rs/json) and
[zstd](https://github.com/gyscos/zstd-rs).

Updates `clap` from 4.5.29 to 4.5.30
<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.30</h2>
<h2>[4.5.30] - 2025-02-17</h2>
<h3>Fixes</h3>
<ul>
<li><em>(assert)</em> Allow <code>num_args(0..=1)</code> to be used with
<code>SetTrue</code></li>
<li><em>(assert)</em> Clean up rendering of <code>takes_values</code>
assertions</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.30] - 2025-02-17</h2>
<h3>Fixes</h3>
<ul>
<li><em>(assert)</em> Allow <code>num_args(0..=1)</code> to be used with
<code>SetTrue</code></li>
<li><em>(assert)</em> Clean up rendering of <code>takes_values</code>
assertions</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/clap-rs/clap/commit/f40b37f1d849dc0446e4ebfb8430f142c370903b"><code>f40b37f</code></a>
chore: Release</li>
<li><a
href="https://github.com/clap-rs/clap/commit/63bfe1a532ad817b35d2804198d31e2b8f272adf"><code>63bfe1a</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/clap-rs/clap/commit/d6bd7e2ea658c0b3fa82624ca496872627228bda"><code>d6bd7e2</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5763">#5763</a>
from epage/complete</li>
<li><a
href="https://github.com/clap-rs/clap/commit/08875932f7164fad33576e242dcd7a3863844201"><code>0887593</code></a>
fix(complete): Change ValueHint::Unknown to Other, from AnyPath</li>
<li><a
href="https://github.com/clap-rs/clap/commit/61ebe72203f118de5b04692d45714e817a0172bd"><code>61ebe72</code></a>
chore: Release</li>
<li><a
href="https://github.com/clap-rs/clap/commit/2e3fcc6aeed8411d7995bf1bdc770e079bc52346"><code>2e3fcc6</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/clap-rs/clap/commit/13dad4c275f9d8f52c28a455160b236a331d1c60"><code>13dad4c</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5759">#5759</a>
from clap-rs/renovate/unicode-width-0.x</li>
<li><a
href="https://github.com/clap-rs/clap/commit/3ca44c7fdbc669222dd52c68a90fd5b7d5ee8323"><code>3ca44c7</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5758">#5758</a>
from clap-rs/renovate/terminal_size-0.x</li>
<li><a
href="https://github.com/clap-rs/clap/commit/d71ae66c49c38bfe32ce2a30724dd5f64cfe1fde"><code>d71ae66</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5760">#5760</a>
from clap-rs/renovate/stable-1.x</li>
<li><a
href="https://github.com/clap-rs/clap/commit/a25c73411d96c655a4ea73a050eba1a39564f737"><code>a25c734</code></a>
chore(deps): Update dependency STABLE to v1.81.0</li>
<li>Additional commits viewable in <a
href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.29...clap_complete-v4.5.30">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde` from 1.0.217 to 1.0.218
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/serde/releases">serde's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.218</h2>
<ul>
<li>Documentation improvements</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/serde/commit/7bfd518dd44a3fcf17bb6d46345c23fe7e60e8e3"><code>7bfd518</code></a>
Release 1.0.218</li>
<li><a
href="https://github.com/serde-rs/serde/commit/723a9491e256486eb85ec0e7e6389c10e41d2eff"><code>723a949</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2895">#2895</a>
from dtolnay/stabledoc</li>
<li><a
href="https://github.com/serde-rs/serde/commit/2b44efb085aa219cb9f474983cb081731f4443d6"><code>2b44efb</code></a>
Point standard library links to stable</li>
<li><a
href="https://github.com/serde-rs/serde/commit/03dc0fc137675c4fd67b8828d18b92230ca2be2e"><code>03dc0fc</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2894">#2894</a>
from dtolnay/doclink</li>
<li><a
href="https://github.com/serde-rs/serde/commit/85cb0c478e249e47b897dbfe59e5d271377e0bc3"><code>85cb0c4</code></a>
Convert html links to intra-doc links</li>
<li><a
href="https://github.com/serde-rs/serde/commit/abe71944803429f3ba160528237f66689a0440dd"><code>abe7194</code></a>
Update ui test suite to nightly-2025-02-12</li>
<li><a
href="https://github.com/serde-rs/serde/commit/aaccac7413fa44c74ca40c3b7d956a70bb144330"><code>aaccac7</code></a>
Unset doc-scrape-examples for lib target</li>
<li><a
href="https://github.com/serde-rs/serde/commit/7cd4d84cac270200ed2ab1adb3a2847fa54a3766"><code>7cd4d84</code></a>
Update ui test suite to nightly-2025-02-07</li>
<li><a
href="https://github.com/serde-rs/serde/commit/04ff3e8f950eb9862759781d85ec29d906917b70"><code>04ff3e8</code></a>
More precise gitignore patterns</li>
<li><a
href="https://github.com/serde-rs/serde/commit/dc3031b614eba65d8930bc90daabc45e627230d1"><code>dc3031b</code></a>
Remove *.sw[po] from gitignore</li>
<li>Additional commits viewable in <a
href="https://github.com/serde-rs/serde/compare/v1.0.217...v1.0.218">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde_json` from 1.0.138 to 1.0.139
<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.139</h2>
<ul>
<li>Documentation improvements</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/json/commit/4d4f53c3b7de3259b6a8a15ef4d5f4edb47af32f"><code>4d4f53c</code></a>
Release 1.0.139</li>
<li><a
href="https://github.com/serde-rs/json/commit/5d6b32f3786e93e0c73a497bd1a900ae256f7f13"><code>5d6b32f</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1242">#1242</a>
from dtolnay/writefloat</li>
<li><a
href="https://github.com/serde-rs/json/commit/e5bb8bd38fe3b347655429b79d21ed89b366b706"><code>e5bb8bd</code></a>
Document behavior of write_f32/f64 on non-finite floats</li>
<li><a
href="https://github.com/serde-rs/json/commit/7a797810d2bedb9255ecef720112623ddb356805"><code>7a79781</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1241">#1241</a>
from dtolnay/doclink</li>
<li><a
href="https://github.com/serde-rs/json/commit/13591f1dd4baf2d510e56138599906815e9d798a"><code>13591f1</code></a>
Convert html links to intra-doc links</li>
<li><a
href="https://github.com/serde-rs/json/commit/1d7378e8ee87e9225da28094329e06345b76cd99"><code>1d7378e</code></a>
Unset doc-scrape-examples for lib target</li>
<li><a
href="https://github.com/serde-rs/json/commit/1174c5f57db44c26460951b525c6ede50984b655"><code>1174c5f</code></a>
Resolve unnecessary_semicolon pedantic clippy lint</li>
<li>See full diff in <a
href="https://github.com/serde-rs/json/compare/v1.0.138...v1.0.139">compare
view</a></li>
</ul>
</details>
<br />

Updates `zstd` from 0.13.2 to 0.13.3
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/gyscos/zstd-rs/commit/52e9d41a645fb49edcf1ed3df765f380dbcf13b2"><code>52e9d41</code></a>
zstd 0.13.3</li>
<li><a
href="https://github.com/gyscos/zstd-rs/commit/59ed359d2b60adc665fa25798bbef230a282df3f"><code>59ed359</code></a>
zstd-safe 7.2.2</li>
<li><a
href="https://github.com/gyscos/zstd-rs/commit/c25e64fdf2594dc7083ebc0b6e4baa502ebff58d"><code>c25e64f</code></a>
Update constants</li>
<li><a
href="https://github.com/gyscos/zstd-rs/commit/f4fed576b4876710c8fda93e32b6a6775e860f77"><code>f4fed57</code></a>
Update zstd library to v1.5.7</li>
<li><a
href="https://github.com/gyscos/zstd-rs/commit/cb2b5cc2cf6623229c1ad54ef66e5771df29ccc0"><code>cb2b5cc</code></a>
Add Send and Sync markers for AdvancedSeekable (<a
href="https://redirect.github.com/gyscos/zstd-rs/issues/322">#322</a>)</li>
<li><a
href="https://github.com/gyscos/zstd-rs/commit/21d79e87564c3370d178977729a721758f23be02"><code>21d79e8</code></a>
Add support for the seekable format (<a
href="https://redirect.github.com/gyscos/zstd-rs/issues/310">#310</a>)</li>
<li><a
href="https://github.com/gyscos/zstd-rs/commit/e51596177294a84f24dce61bd606b63d9b79cbfc"><code>e515961</code></a>
Fix new_with_capacity</li>
<li><a
href="https://github.com/gyscos/zstd-rs/commit/03e955d500506ff018fd3671c2f0fb502b688b19"><code>03e955d</code></a>
Make the buffer size configurable (<a
href="https://redirect.github.com/gyscos/zstd-rs/issues/307">#307</a>)</li>
<li><a
href="https://github.com/gyscos/zstd-rs/commit/1ff414d460731ac9755ab2b140ee10a617385bf4"><code>1ff414d</code></a>
Update bindgen requirement from 0.70 to 0.71 in /zstd-safe/zstd-sys (<a
href="https://redirect.github.com/gyscos/zstd-rs/issues/312">#312</a>)</li>
<li><a
href="https://github.com/gyscos/zstd-rs/commit/72752a409fb035e0a3f30289d5f43d7b8762f5c5"><code>72752a4</code></a>
Update Cargo.toml (<a
href="https://redirect.github.com/gyscos/zstd-rs/issues/317">#317</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/gyscos/zstd-rs/compare/v0.13.2...v0.13.3">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
dependabot[bot] authored Feb 24, 2025
1 parent d4d4afd commit 2cff11b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ portmatching = "0.3.1"
bytemuck = "1.21.0"
cgmath = "0.18.0"
chrono = "0.4.39"
clap = "4.5.29"
clap = "4.5.30"
crossbeam-channel = "0.5.14"
csv = "1.3.1"
delegate = "0.13.2"
Expand Down Expand Up @@ -77,7 +77,7 @@ tracing-appender = "0.2.2"
tracing-subscriber = "0.3.19"
typetag = "0.2.19"
cool_asserts = "2.0.3"
zstd = "0.13.2"
zstd = "0.13.3"

[profile.release.package.tket2-py]
# Some configurations to reduce the size of tket2 wheels
Expand Down

0 comments on commit 2cff11b

Please sign in to comment.