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 tket-json-rs from 0.4.1 to 0.4.2 (#454)
Bumps [tket-json-rs](https://github.com/CQCL/tket-json-rs) from 0.4.1 to 0.4.2. <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.4.2</h2> <h3>Bug Fixes</h3> <ul> <li>Add missing <code>CnRx</code> <code>CnRz</code> ops (<a href="https://redirect.github.com/CQCL/tket-json-rs/pull/49">#49</a>)</li> <li>Matrix encoding roundtrip losing precision. Use <code>f64</code> instead of <code>f32</code>s. (<a href="https://redirect.github.com/CQCL/tket-json-rs/pull/48">#48</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.4.2 (2024-07-05)</h2> <h3>Bug Fixes</h3> <ul> <li>Add missing <code>CnRx</code> <code>CnRz</code> ops (<a href="https://redirect.github.com/CQCL/tket-json-rs/pull/49">#49</a>)</li> <li>Matrix encoding roundtrip losing precision. Use <code>f64</code> instead of <code>f32</code>s. (<a href="https://redirect.github.com/CQCL/tket-json-rs/pull/48">#48</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/CQCL/tket-json-rs/commit/f97cca773a4d3dee8bead6ba8e7bb150455b1106"><code>f97cca7</code></a> chore: release v0.4.2 (<a href="https://redirect.github.com/CQCL/tket-json-rs/issues/50">#50</a>)</li> <li><a href="https://github.com/CQCL/tket-json-rs/commit/97e05f533d4a8473781e6cbffa9376db259d54c7"><code>97e05f5</code></a> ci: Configure hugrbot on CI (<a href="https://redirect.github.com/CQCL/tket-json-rs/issues/52">#52</a>)</li> <li><a href="https://github.com/CQCL/tket-json-rs/commit/6b76f54e5e082f9a9d1700167b1e6eb926d882cd"><code>6b76f54</code></a> ci: Slack notification on missing ops (<a href="https://redirect.github.com/CQCL/tket-json-rs/issues/51">#51</a>)</li> <li><a href="https://github.com/CQCL/tket-json-rs/commit/35dc1986af510e8e80e998585f43f1066ac9c798"><code>35dc198</code></a> fix: Matrix encoding roundtrip losing precision. Use <code>f64</code> instead of <code>f32</code>s....</li> <li><a href="https://github.com/CQCL/tket-json-rs/commit/60f1c214d09b3073060536c52c8bc68e54c8fc9d"><code>60f1c21</code></a> fix: Add missing <code>CnRx</code> <code>CnRz</code> ops (<a href="https://redirect.github.com/CQCL/tket-json-rs/issues/49">#49</a>)</li> <li>See full diff in <a href="https://github.com/CQCL/tket-json-rs/compare/v0.4.1...v0.4.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tket-json-rs&package-manager=cargo&previous-version=0.4.1&new-version=0.4.2)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information