Skip to content

Commit 54564fc

Browse files
chore(deps-rs): bump the patch group with 4 updates (#513)
Bumps the patch group with 4 updates: [tket-json-rs](https://github.com/CQCL/tket-json-rs), [clap](https://github.com/clap-rs/clap), [serde_json](https://github.com/serde-rs/json) and [typetag](https://github.com/dtolnay/typetag). Updates `tket-json-rs` from 0.5.0 to 0.5.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/CQCL/tket-json-rs/releases">tket-json-rs's releases</a>.</em></p> <blockquote> <h2>v0.5.1</h2> <h3>Features</h3> <ul> <li>Handle legacy condition optype (<a href="https://redirect.github.com/CQCL/tket-json-rs/pull/59">#59</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/CQCL/tket-json-rs/blob/main/CHANGELOG.md">tket-json-rs's changelog</a>.</em></p> <blockquote> <h2>0.5.1 (2024-07-24)</h2> <h3>Features</h3> <ul> <li>Handle legacy condition optype (<a href="https://redirect.github.com/CQCL/tket-json-rs/pull/59">#59</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/CQCL/tket-json-rs/commit/d035212e3d2dc7182c990488c6f56dc2958b5af8"><code>d035212</code></a> chore: release v0.5.1 (<a href="https://redirect.github.com/CQCL/tket-json-rs/issues/58">#58</a>)</li> <li><a href="https://github.com/CQCL/tket-json-rs/commit/6cca01c024c6122a0911451f695144e0b39419cf"><code>6cca01c</code></a> chore(deps): bump jinja2 from 3.1.3 to 3.1.4 in /tests (<a href="https://redirect.github.com/CQCL/tket-json-rs/issues/60">#60</a>)</li> <li><a href="https://github.com/CQCL/tket-json-rs/commit/e4124ca787a4744ec67e8ff698357b01cf050812"><code>e4124ca</code></a> feat: Handle legacy condition optype (<a href="https://redirect.github.com/CQCL/tket-json-rs/issues/59">#59</a>)</li> <li><a href="https://github.com/CQCL/tket-json-rs/commit/6dd39b8a7bba397baeb670db8a0cc78fb59722f4"><code>6dd39b8</code></a> chore(deps): bump setuptools from 69.5.1 to 70.0.0 in /tests (<a href="https://redirect.github.com/CQCL/tket-json-rs/issues/57">#57</a>)</li> <li>See full diff in <a href="https://github.com/CQCL/tket-json-rs/compare/v0.5.0...v0.5.1">compare view</a></li> </ul> </details> <br /> Updates `clap` from 4.5.9 to 4.5.11 <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.10</h2> <h2>[4.5.10] - 2024-07-23</h2> </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.11] - 2024-07-25</h2> <h2>[4.5.10] - 2024-07-23</h2> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/349ed304cf1705bd8727d68e9a2a6fcd1fa80c92"><code>349ed30</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/68ed9ff02d6aa922ce9db8a8a61c38d006bd30c6"><code>68ed9ff</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/afecaa4f9a26dc689f3f634743c431929908ffd1"><code>afecaa4</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5576">#5576</a> from shannmu/option_value_new</li> <li><a href="https://github.com/clap-rs/clap/commit/4a006770245ff0225db86fff3ac0d107099d694f"><code>4a00677</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/36c849b5bbf8a1b70258d04b07203434a51beee4"><code>36c849b</code></a> refactor(clap_complete): Reuse code about shortflag parsing</li> <li><a href="https://github.com/clap-rs/clap/commit/fc479ba625fb45eb3a840cfaaf377fc751bb3aae"><code>fc479ba</code></a> feat(clap_complete): Add support for <code>-fbar</code> and <code>-f=bar</code> completion</li> <li><a href="https://github.com/clap-rs/clap/commit/48a23f5c944b041612e5f7cda25293e58e62e219"><code>48a23f5</code></a> test(clap_complete): Add test cases for <code>-fbar</code> and <code>-f=bar</code> completion</li> <li><a href="https://github.com/clap-rs/clap/commit/6b18d7725c6077a3da955d199617eb1fb3b88ea2"><code>6b18d77</code></a> docs(derive): Acknowledge Vec&lt;Vec<!-- raw HTML omitted -->&gt;</li> <li>See full diff in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.9...clap_complete-v4.5.11">compare view</a></li> </ul> </details> <br /> Updates `serde_json` from 1.0.120 to 1.0.121 <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.121</h2> <ul> <li>Optimize position search in error path (<a href="https://redirect.github.com/serde-rs/json/issues/1160">#1160</a>, thanks <a href="https://github.com/purplesyringa"><code>@​purplesyringa</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/json/commit/eca2658a22cb39952783cb6914eb18242659f66a"><code>eca2658</code></a> Release 1.0.121</li> <li><a href="https://github.com/serde-rs/json/commit/b0d678cfb473386830d559b6ab255d9e21ba39c5"><code>b0d678c</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1160">#1160</a> from iex-rs/efficient-position</li> <li><a href="https://github.com/serde-rs/json/commit/b1edc7d13f72880fd0ac569403a409e5f7961d5f"><code>b1edc7d</code></a> Optimize position search in error path</li> <li><a href="https://github.com/serde-rs/json/commit/40dd7f5e862436f02471fe076f3486c55e472bc2"><code>40dd7f5</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1159">#1159</a> from iex-rs/fix-recursion</li> <li><a href="https://github.com/serde-rs/json/commit/6a306e6ee9f47f3b37088217ffe3ebe9bbb54e5a"><code>6a306e6</code></a> Move call to tri! out of check_recursion!</li> <li><a href="https://github.com/serde-rs/json/commit/3f1c6de4af28b1f6c5100da323f2bffaf7c2083f"><code>3f1c6de</code></a> Ignore byte_char_slices clippy lint in test</li> <li><a href="https://github.com/serde-rs/json/commit/3fd6f5f49dc1c732d9b1d7dfece4f02c0d440d39"><code>3fd6f5f</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1153">#1153</a> from dpathakj/master</li> <li><a href="https://github.com/serde-rs/json/commit/fcb5e83e44abe0f9c27c755a240a6ad56312c090"><code>fcb5e83</code></a> Correct documentation URL for Value's Index impl.</li> <li>See full diff in <a href="https://github.com/serde-rs/json/compare/v1.0.120...v1.0.121">compare view</a></li> </ul> </details> <br /> Updates `typetag` from 0.2.16 to 0.2.17 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/typetag/releases">typetag's releases</a>.</em></p> <blockquote> <h2>0.2.17</h2> <ul> <li>Don't repeat the tag in internally tagged structs which also have #[serde(tag)] (<a href="https://redirect.github.com/dtolnay/typetag/issues/82">#82</a>, thanks <a href="https://github.com/noamraph"><code>@​noamraph</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/typetag/commit/43cebc51136f2d7e67e9f72f960d4d77b3cd5a66"><code>43cebc5</code></a> Release 0.2.17</li> <li><a href="https://github.com/dtolnay/typetag/commit/20978c5d8d636c3df7aff9a5aa347c5af70972c4"><code>20978c5</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/typetag/issues/86">#86</a> from dtolnay/err</li> <li><a href="https://github.com/dtolnay/typetag/commit/ec2e84fa8a847d2a41ccc19fb0fe77ac8916fb4e"><code>ec2e84f</code></a> Add test of error on tag mismatch</li> <li><a href="https://github.com/dtolnay/typetag/commit/1ae255edbdcf947e739e20692483a7a93f6fc3d4"><code>1ae255e</code></a> Return error instead of panic on mismatched value for tag</li> <li><a href="https://github.com/dtolnay/typetag/commit/9a0497c4f5a81ea7eb19d97b163023c5cf715529"><code>9a0497c</code></a> Consistently use where-clause for ?Sized and Serialize bounds</li> <li><a href="https://github.com/dtolnay/typetag/commit/f9704ee15f56b314c400f48fc9bdfe2a4b0d9ac9"><code>f9704ee</code></a> Allow some, newtype, and char to be treated as string</li> <li><a href="https://github.com/dtolnay/typetag/commit/aa52b675e01dff4464d000585c3f23e5815bf2fb"><code>aa52b67</code></a> Shorten names of SerializerState variants</li> <li><a href="https://github.com/dtolnay/typetag/commit/1c52d2c14363ac8db74dc69551bb4d0c8b9547fd"><code>1c52d2c</code></a> Import error traits from serde</li> <li><a href="https://github.com/dtolnay/typetag/commit/e6f7fb00cad8cfc9f4b53e67621948c781b5164e"><code>e6f7fb0</code></a> Update serializer call inside is_serialize_str</li> <li><a href="https://github.com/dtolnay/typetag/commit/5eecfe695c37038d4eaae5a1d6b9b9d70fa912bd"><code>5eecfe6</code></a> Pass ownership of Serializer</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/typetag/compare/0.2.16...0.2.17">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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d9b7dc7 commit 54564fc

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

Cargo.lock

Lines changed: 15 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ hugr-core = "0.6.1"
3131
portgraph = "0.12"
3232
pyo3 = "0.21.2"
3333
itertools = "0.13.0"
34-
tket-json-rs = "0.5.0"
34+
tket-json-rs = "0.5.1"
3535
tracing = "0.1.37"
3636
portmatching = "0.3.1"
3737
bytemuck = "1.16.1"
3838
cgmath = "0.18.0"
3939
chrono = "0.4.30"
40-
clap = "4.5.8"
40+
clap = "4.5.11"
4141
criterion = "0.5.1"
4242
crossbeam-channel = "0.5.8"
4343
csv = "1.2.2"
@@ -64,7 +64,7 @@ strum_macros = "0.26.4"
6464
thiserror = "1.0.63"
6565
tracing-appender = "0.2.2"
6666
tracing-subscriber = "0.3.17"
67-
typetag = "0.2.8"
67+
typetag = "0.2.17"
6868
urlencoding = "2.1.2"
6969
webbrowser = "1.0.0"
7070
cool_asserts = "2.0.3"

0 commit comments

Comments
 (0)