From 13196da9bf5b7270b315d5474e3c59eb9c5f3b03 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 8 Jul 2024 08:46:28 +0100
Subject: [PATCH] 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.
Release notes
Sourced from tket-json-rs's
releases.
v0.4.2
Bug Fixes
- Add missing
CnRx
CnRz
ops (#49)
- Matrix encoding roundtrip losing precision. Use
f64
instead of f32
s. (#48)
Changelog
Sourced from tket-json-rs's
changelog.
0.4.2 (2024-07-05)
Bug Fixes
- Add missing
CnRx
CnRz
ops (#49)
- Matrix encoding roundtrip losing precision. Use
f64
instead of f32
s. (#48)
Commits
[![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)
---
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 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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 4 ++--
Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 5853ec9a..82aecc0e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1780,9 +1780,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tket-json-rs"
-version = "0.4.1"
+version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f62807960274a10068c64b213795f0009027c534ffe48924ca2e12d09acad8e7"
+checksum = "b2ca98b0f30f8dfb05a77081305b34891e2362331253cb9bf3c10efa879dbbb3"
dependencies = [
"pyo3",
"pythonize",
diff --git a/Cargo.toml b/Cargo.toml
index 4ce344b8..ffde4770 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,7 @@ hugr-core = "0.2.0"
portgraph = "0.12"
pyo3 = "0.21.2"
itertools = "0.13.0"
-tket-json-rs = "0.4.0"
+tket-json-rs = "0.4.2"
tracing = "0.1.37"
portmatching = "0.3.1"
bytemuck = "1.16.1"