Skip to content
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

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

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2024

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

Updates tket-json-rs from 0.5.0 to 0.5.1

Release notes

Sourced from tket-json-rs's releases.

v0.5.1

Features

  • Handle legacy condition optype (#59)
Changelog

Sourced from tket-json-rs's changelog.

0.5.1 (2024-07-24)

Features

  • Handle legacy condition optype (#59)
Commits
  • d035212 chore: release v0.5.1 (#58)
  • 6cca01c chore(deps): bump jinja2 from 3.1.3 to 3.1.4 in /tests (#60)
  • e4124ca feat: Handle legacy condition optype (#59)
  • 6dd39b8 chore(deps): bump setuptools from 69.5.1 to 70.0.0 in /tests (#57)
  • See full diff in compare view

Updates clap from 4.5.9 to 4.5.11

Release notes

Sourced from clap's releases.

v4.5.10

[4.5.10] - 2024-07-23

Changelog

Sourced from clap's changelog.

[4.5.11] - 2024-07-25

[4.5.10] - 2024-07-23

Commits
  • 349ed30 chore: Release
  • 68ed9ff docs: Update changelog
  • afecaa4 Merge pull request #5576 from shannmu/option_value_new
  • 4a00677 chore: Release
  • 36c849b refactor(clap_complete): Reuse code about shortflag parsing
  • fc479ba feat(clap_complete): Add support for -fbar and -f=bar completion
  • 48a23f5 test(clap_complete): Add test cases for -fbar and -f=bar completion
  • 6b18d77 docs(derive): Acknowledge Vec<Vec>
  • See full diff in compare view

Updates serde_json from 1.0.120 to 1.0.121

Release notes

Sourced from serde_json's releases.

v1.0.121

Commits
  • eca2658 Release 1.0.121
  • b0d678c Merge pull request #1160 from iex-rs/efficient-position
  • b1edc7d Optimize position search in error path
  • 40dd7f5 Merge pull request #1159 from iex-rs/fix-recursion
  • 6a306e6 Move call to tri! out of check_recursion!
  • 3f1c6de Ignore byte_char_slices clippy lint in test
  • 3fd6f5f Merge pull request #1153 from dpathakj/master
  • fcb5e83 Correct documentation URL for Value's Index impl.
  • See full diff in compare view

Updates typetag from 0.2.16 to 0.2.17

Release notes

Sourced from typetag's releases.

0.2.17

  • Don't repeat the tag in internally tagged structs which also have #[serde(tag)] (#82, thanks @​noamraph)
Commits
  • 43cebc5 Release 0.2.17
  • 20978c5 Merge pull request #86 from dtolnay/err
  • ec2e84f Add test of error on tag mismatch
  • 1ae255e Return error instead of panic on mismatched value for tag
  • 9a0497c Consistently use where-clause for ?Sized and Serialize bounds
  • f9704ee Allow some, newtype, and char to be treated as string
  • aa52b67 Shorten names of SerializerState variants
  • 1c52d2c Import error traits from serde
  • e6f7fb0 Update serializer call inside is_serialize_str
  • 5eecfe6 Pass ownership of Serializer
  • Additional commits viewable in compare view

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

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
- [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.5.0...v0.5.1)

Updates `clap` from 4.5.9 to 4.5.11
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.9...clap_complete-v4.5.11)

Updates `serde_json` from 1.0.120 to 1.0.121
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.120...v1.0.121)

Updates `typetag` from 0.2.16 to 0.2.17
- [Release notes](https://github.com/dtolnay/typetag/releases)
- [Commits](dtolnay/typetag@0.2.16...0.2.17)

---
updated-dependencies:
- dependency-name: tket-json-rs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: typetag
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner July 29, 2024 03:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 29, 2024
@dependabot dependabot bot requested a review from ss2165 July 29, 2024 03:01
@ss2165 ss2165 added this pull request to the merge queue Jul 29, 2024
Merged via the queue into main with commit 54564fc Jul 29, 2024
16 checks passed
@ss2165 ss2165 deleted the dependabot/cargo/patch-9ab39f7979 branch July 29, 2024 08:33
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