Skip to content

chore(deps-rs): bump the patch group with 4 updates #1066

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 25, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 25, 2025

Bumps the patch group with 4 updates: tket-json-rs, serde_json, thiserror and cc.

Updates tket-json-rs from 0.7.4 to 0.7.5

Release notes

Sourced from tket-json-rs's releases.

v0.7.5

Features

  • Implement Display and Copy for OpType (#145)
  • Add missing RNG ops (#148)
Changelog

Sourced from tket-json-rs's changelog.

0.7.5 (2025-08-19)

Features

  • Implement Display and Copy for OpType (#145)
  • Add missing RNG ops (#148)
Commits
  • 002ac79 chore: release v0.7.5 (#144)
  • c0825b6 feat: Add missing RNG ops (#148)
  • 01c3ecd ci(deps): bump actions/checkout from 4 to 5 (#146)
  • 12855f5 feat: Implement Display and Copy for OpType (#145)
  • 569f808 chore: Update rust deps, add msrv check (#143)
  • c669946 chore(deps): bump serde_json from 1.0.141 to 1.0.142 in the patch group (#142)
  • a1e6baa chore(deps): bump the patch group with 2 updates (#141)
  • 35bd308 chore(deps): bump pyo3 from 0.25.0 to 0.25.1 in the pyo3 group (#140)
  • See full diff in compare view

Updates serde_json from 1.0.142 to 1.0.143

Release notes

Sourced from serde_json's releases.

v1.0.143

Commits
  • 10102c4 Release 1.0.143
  • 2a5b853 Replace super::super with absolute path within crate
  • 447170b Merge pull request 1271 from mickvangelderen/mick/impl-from-str-for-map
  • ec190d6 Merge pull request #1264 from xlambein/master
  • 8be6647 Merge pull request #1268 from SOF3/compact-default
  • ba5b3cc Revert "Pin nightly toolchain used for miri job"
  • fd35a02 Implement FromStr for Map<String, Value>
  • bea0fe6 Implement Default for CompactFormatter
  • 0c0e9f6 Add Clone and Debug impls to map iterators
  • See full diff in compare view

Updates thiserror from 2.0.15 to 2.0.16

Release notes

Sourced from thiserror's releases.

2.0.16

  • Add to "no-std" crates.io category (#429)
Commits

Updates cc from 1.2.33 to 1.2.34

Changelog

Sourced from cc's changelog.

1.2.34 - 2025-08-22

Fixed

  • add -mcpu=mvp and -mmutable-globals for wasm32v1-none (#1524)

Other

  • Optimize parse_version in find_tools.rs (#1527)
  • Fallback to manually searching for tool dir (#1526)
Commits

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 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 <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

BEGIN_COMMIT_OVERRIDE

fix: Pytket barrier operations not being decoded (#1069)

END_COMMIT_OVERRIDE

Bumps the patch group with 4 updates: [tket-json-rs](https://github.com/CQCL/tket-json-rs), [serde_json](https://github.com/serde-rs/json), [thiserror](https://github.com/dtolnay/thiserror) and [cc](https://github.com/rust-lang/cc-rs).


Updates `tket-json-rs` from 0.7.4 to 0.7.5
- [Release notes](https://github.com/CQCL/tket-json-rs/releases)
- [Changelog](https://github.com/CQCL/tket-json-rs/blob/main/CHANGELOG.md)
- [Commits](CQCL/tket-json-rs@v0.7.4...v0.7.5)

Updates `serde_json` from 1.0.142 to 1.0.143
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.142...v1.0.143)

Updates `thiserror` from 2.0.15 to 2.0.16
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.15...2.0.16)

Updates `cc` from 1.2.33 to 1.2.34
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.2.33...cc-v1.2.34)

---
updated-dependencies:
- dependency-name: tket-json-rs
  dependency-version: 0.7.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: serde_json
  dependency-version: 1.0.143
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: thiserror
  dependency-version: 2.0.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: cc
  dependency-version: 1.2.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 25, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 25, 2025 02:56
@dependabot dependabot bot requested a review from ss2165 August 25, 2025 02:56
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 25, 2025
Copy link

codecov bot commented Aug 25, 2025

Codecov Report

❌ Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 79.01%. Comparing base (29f9af4) to head (5f17309).
⚠️ Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
tket/src/serialize/pytket.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1066      +/-   ##
==========================================
+ Coverage   78.98%   79.01%   +0.03%     
==========================================
  Files         115      115              
  Lines       13389    13415      +26     
  Branches    12607    12633      +26     
==========================================
+ Hits        10575    10600      +25     
+ Misses       2160     2158       -2     
- Partials      654      657       +3     
Flag Coverage Δ
python 92.83% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@aborgna-q aborgna-q enabled auto-merge August 25, 2025 09:27
@aborgna-q aborgna-q added this pull request to the merge queue Aug 25, 2025
@aborgna-q aborgna-q removed this pull request from the merge queue due to a manual request Aug 25, 2025
@aborgna-q aborgna-q enabled auto-merge August 25, 2025 09:38
@aborgna-q aborgna-q added this pull request to the merge queue Aug 25, 2025
@aborgna-q aborgna-q removed this pull request from the merge queue due to a manual request Aug 25, 2025
@aborgna-q aborgna-q added this pull request to the merge queue Aug 25, 2025
Merged via the queue into main with commit 4b90ffd Aug 25, 2025
19 of 20 checks passed
@aborgna-q aborgna-q deleted the dependabot/cargo/patch-be48e1bfa2 branch August 25, 2025 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant