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

[Merged by Bors] - Update tracing-tracy requirement from 0.8.0 to 0.9.0 #4786

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 17, 2022

Updates the requirements on tracing-tracy to permit the latest version.

Commits
  • 13b335a Remove ability to disable the client at runtime
  • 69e4497 The upgrades to 0.8.1
  • c204b60 Cancel the old test runs
  • 939bd04 Remove the thread initialization calls
  • 7024e77 Update Tracy client bindings to v0.8.1
  • 5c54baa tracy-client 0.12.7
  • f183050 Non-allocating span! macro
  • 15936ea tracy-client 0.12.6
  • 26d0c50 Relax literal the requirement of the create_plot macro so that it can be used...
  • See full diff 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 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)

Updates the requirements on [tracing-tracy](https://github.com/nagisa/rust_tracy_client) to permit the latest version.
- [Release notes](https://github.com/nagisa/rust_tracy_client/releases)
- [Commits](nagisa/rust_tracy_client@tracing-tracy-v0.8.0...tracing-tracy-v0.9.0)

---
updated-dependencies:
- dependency-name: tracing-tracy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the C-Dependencies A change to the crates that Bevy depends on label May 17, 2022
@hymm
Copy link
Contributor

hymm commented May 17, 2022

it should probably be noted in the migration guide that users will need to upgrade tracy to 0.8

@alice-i-cecile
Copy link
Member

To 0.9, but yes :)

@alice-i-cecile alice-i-cecile added the C-Breaking-Change A breaking change to Bevy's public API that needs to be noted in a migration guide label May 17, 2022
@mockersf
Copy link
Member

To 0.9, but yes :)

No, Tracy 0.8

see the compatibility version at https://github.com/nagisa/rust_tracy_client#version-support-table. tracing_tracy 0.9 is compatible with Tracy 0.8, before updating this we're stuck at Tracy 0.7

@alice-i-cecile alice-i-cecile added the S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it label May 23, 2022
@superdump
Copy link
Contributor

bors r+

bors bot pushed a commit that referenced this pull request May 27, 2022
Updates the requirements on [tracing-tracy](https://github.com/nagisa/rust_tracy_client) to permit the latest version.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/nagisa/rust_tracy_client/commit/13b335a7102bbbd6b305bc91ad2a7063789e6ffa"><code>13b335a</code></a> Remove ability to disable the client at runtime</li>
<li><a href="https://github.com/nagisa/rust_tracy_client/commit/69e44977ee93db94aee1f29592c7b68cfdf1d85a"><code>69e4497</code></a> The upgrades to 0.8.1</li>
<li><a href="https://github.com/nagisa/rust_tracy_client/commit/c204b60c7adb8334a6ce3c78e71764438e752410"><code>c204b60</code></a> Cancel the old test runs</li>
<li><a href="https://github.com/nagisa/rust_tracy_client/commit/939bd04c1c5a943674c2213c5c92ec5f10173692"><code>939bd04</code></a> Remove the thread initialization calls</li>
<li><a href="https://github.com/nagisa/rust_tracy_client/commit/7024e776bb796d3f319575506de5b5e825fa59dd"><code>7024e77</code></a> Update Tracy client bindings to v0.8.1</li>
<li><a href="https://github.com/nagisa/rust_tracy_client/commit/5c54baa244529c664e3fa03a21af1d2f859582e5"><code>5c54baa</code></a> tracy-client 0.12.7</li>
<li><a href="https://github.com/nagisa/rust_tracy_client/commit/f183050b20e621f13eca0f70879dab5a84389e26"><code>f183050</code></a> Non-allocating <code>span!</code> macro</li>
<li><a href="https://github.com/nagisa/rust_tracy_client/commit/15936ea751aad2fa4199ea5be609937691005791"><code>15936ea</code></a> tracy-client 0.12.6</li>
<li><a href="https://github.com/nagisa/rust_tracy_client/commit/26d0c50542c9bd49c62f1822932b814775167166"><code>26d0c50</code></a> Relax literal the requirement of the create_plot macro so that it can be used...</li>
<li>See full diff in <a href="https://github.com/nagisa/rust_tracy_client/compare/tracing-tracy-v0.8.0...tracing-tracy-v0.9.0">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 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>
@bors bors bot changed the title Update tracing-tracy requirement from 0.8.0 to 0.9.0 [Merged by Bors] - Update tracing-tracy requirement from 0.8.0 to 0.9.0 May 27, 2022
@bors bors bot closed this May 27, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 27, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/tracing-tracy-0.9.0 branch May 27, 2022 12:11
james7132 pushed a commit to james7132/bevy that referenced this pull request Jun 7, 2022
Updates the requirements on [tracing-tracy](https://github.com/nagisa/rust_tracy_client) to permit the latest version.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/nagisa/rust_tracy_client/commit/13b335a7102bbbd6b305bc91ad2a7063789e6ffa"><code>13b335a</code></a> Remove ability to disable the client at runtime</li>
<li><a href="https://github.com/nagisa/rust_tracy_client/commit/69e44977ee93db94aee1f29592c7b68cfdf1d85a"><code>69e4497</code></a> The upgrades to 0.8.1</li>
<li><a href="https://github.com/nagisa/rust_tracy_client/commit/c204b60c7adb8334a6ce3c78e71764438e752410"><code>c204b60</code></a> Cancel the old test runs</li>
<li><a href="https://github.com/nagisa/rust_tracy_client/commit/939bd04c1c5a943674c2213c5c92ec5f10173692"><code>939bd04</code></a> Remove the thread initialization calls</li>
<li><a href="https://github.com/nagisa/rust_tracy_client/commit/7024e776bb796d3f319575506de5b5e825fa59dd"><code>7024e77</code></a> Update Tracy client bindings to v0.8.1</li>
<li><a href="https://github.com/nagisa/rust_tracy_client/commit/5c54baa244529c664e3fa03a21af1d2f859582e5"><code>5c54baa</code></a> tracy-client 0.12.7</li>
<li><a href="https://github.com/nagisa/rust_tracy_client/commit/f183050b20e621f13eca0f70879dab5a84389e26"><code>f183050</code></a> Non-allocating <code>span!</code> macro</li>
<li><a href="https://github.com/nagisa/rust_tracy_client/commit/15936ea751aad2fa4199ea5be609937691005791"><code>15936ea</code></a> tracy-client 0.12.6</li>
<li><a href="https://github.com/nagisa/rust_tracy_client/commit/26d0c50542c9bd49c62f1822932b814775167166"><code>26d0c50</code></a> Relax literal the requirement of the create_plot macro so that it can be used...</li>
<li>See full diff in <a href="https://github.com/nagisa/rust_tracy_client/compare/tracing-tracy-v0.8.0...tracing-tracy-v0.9.0">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 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>
ItsDoot pushed a commit to ItsDoot/bevy that referenced this pull request Feb 1, 2023
Updates the requirements on [tracing-tracy](https://github.com/nagisa/rust_tracy_client) to permit the latest version.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/nagisa/rust_tracy_client/commit/13b335a7102bbbd6b305bc91ad2a7063789e6ffa"><code>13b335a</code></a> Remove ability to disable the client at runtime</li>
<li><a href="https://github.com/nagisa/rust_tracy_client/commit/69e44977ee93db94aee1f29592c7b68cfdf1d85a"><code>69e4497</code></a> The upgrades to 0.8.1</li>
<li><a href="https://github.com/nagisa/rust_tracy_client/commit/c204b60c7adb8334a6ce3c78e71764438e752410"><code>c204b60</code></a> Cancel the old test runs</li>
<li><a href="https://github.com/nagisa/rust_tracy_client/commit/939bd04c1c5a943674c2213c5c92ec5f10173692"><code>939bd04</code></a> Remove the thread initialization calls</li>
<li><a href="https://github.com/nagisa/rust_tracy_client/commit/7024e776bb796d3f319575506de5b5e825fa59dd"><code>7024e77</code></a> Update Tracy client bindings to v0.8.1</li>
<li><a href="https://github.com/nagisa/rust_tracy_client/commit/5c54baa244529c664e3fa03a21af1d2f859582e5"><code>5c54baa</code></a> tracy-client 0.12.7</li>
<li><a href="https://github.com/nagisa/rust_tracy_client/commit/f183050b20e621f13eca0f70879dab5a84389e26"><code>f183050</code></a> Non-allocating <code>span!</code> macro</li>
<li><a href="https://github.com/nagisa/rust_tracy_client/commit/15936ea751aad2fa4199ea5be609937691005791"><code>15936ea</code></a> tracy-client 0.12.6</li>
<li><a href="https://github.com/nagisa/rust_tracy_client/commit/26d0c50542c9bd49c62f1822932b814775167166"><code>26d0c50</code></a> Relax literal the requirement of the create_plot macro so that it can be used...</li>
<li>See full diff in <a href="https://github.com/nagisa/rust_tracy_client/compare/tracing-tracy-v0.8.0...tracing-tracy-v0.9.0">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 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-Breaking-Change A breaking change to Bevy's public API that needs to be noted in a migration guide C-Dependencies A change to the crates that Bevy depends on S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants