Skip to content

Commit

Permalink
[chore(cargo)](deps): bump puffin from 0.18.1 to 0.19.0 (#537)
Browse files Browse the repository at this point in the history
Bumps [puffin](https://github.com/EmbarkStudios/puffin) from 0.18.1 to
0.19.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/EmbarkStudios/puffin/releases">puffin's
releases</a>.</em></p>
<blockquote>
<h2>0.19.0</h2>
<ul>
<li><a
href="https://redirect.github.com/EmbarkStudios/puffin/pull/169">PR#169</a>
Stream scope information only once, drastically reduce bandwidth and
increased performance. Allow better usage of static strings in profile
scopes. Breaking change! See PR for migration guide.</li>
<li><a
href="https://redirect.github.com/EmbarkStudios/puffin/pull/179">PR#179</a>
Update egui to v0.25 and a updates many other dependencies in
process.</li>
<li><a
href="https://redirect.github.com/EmbarkStudios/puffin/pull/181">PR#181</a>
Measure profile scope start time after serialization functions.</li>
</ul>
<p>Special thanks to:
<a href="https://github.com/emilk"><code>@​emilk</code></a> <a
href="https://github.com/TimonPost"><code>@​TimonPost</code></a> <a
href="https://github.com/fornwall"><code>@​fornwall</code></a> <a
href="https://github.com/tosti007"><code>@​tosti007</code></a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/EmbarkStudios/puffin/blob/main/CHANGELOG.md">puffin's
changelog</a>.</em></p>
<blockquote>
<h2>[0.19.0] - 2024-01-17</h2>
<ul>
<li><a
href="https://redirect.github.com/EmbarkStudios/puffin/pull/169">PR#169</a>
Stream scope information only once, drastically reduce bandwidth and
increased performance. Allow better usage of static strings in profile
scopes. Breaking change! See PR for migration guide.</li>
<li><a
href="https://redirect.github.com/EmbarkStudios/puffin/pull/179">PR#179</a>
Update egui to v0.25 and a updates many other dependencies in
process.</li>
<li><a
href="https://redirect.github.com/EmbarkStudios/puffin/pull/181">PR#181</a>
Measure profile scope start time after serialization functions.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/EmbarkStudios/puffin/commit/63ef086c7561cbdec63516841fc80129d62f9255"><code>63ef086</code></a>
Release puffin-0.19</li>
<li><a
href="https://github.com/EmbarkStudios/puffin/commit/ae9707285133bb374358461bc6b7875a18229b34"><code>ae97072</code></a>
Clean function and shorten file names only in macros (<a
href="https://redirect.github.com/EmbarkStudios/puffin/issues/182">#182</a>)</li>
<li><a
href="https://github.com/EmbarkStudios/puffin/commit/e076333435411b46620e329cfae392217b3d6fd0"><code>e076333</code></a>
Expose a public <code>shorten_rust_function_name</code> function (<a
href="https://redirect.github.com/EmbarkStudios/puffin/issues/183">#183</a>)</li>
<li><a
href="https://github.com/EmbarkStudios/puffin/commit/c4d40a518508e21f0b7b7b66d52d40e6dcac69a6"><code>c4d40a5</code></a>
Measure time after serialization. (<a
href="https://redirect.github.com/EmbarkStudios/puffin/issues/181">#181</a>)</li>
<li><a
href="https://github.com/EmbarkStudios/puffin/commit/b0c11ae5507eb8903f7bcc5572a92b0be80929ba"><code>b0c11ae</code></a>
⬆️ Update egui dependency to <code>v0.25</code> (<a
href="https://redirect.github.com/EmbarkStudios/puffin/issues/179">#179</a>)</li>
<li><a
href="https://github.com/EmbarkStudios/puffin/commit/9aecc11858ce2078b07730aaa1ab4a005869c8eb"><code>9aecc11</code></a>
Split up types into seperate files (<a
href="https://redirect.github.com/EmbarkStudios/puffin/issues/178">#178</a>)</li>
<li><a
href="https://github.com/EmbarkStudios/puffin/commit/6aa58d6a29d0b5faba2689c985bada940d2e4f04"><code>6aa58d6</code></a>
Add clippy lints (<a
href="https://redirect.github.com/EmbarkStudios/puffin/issues/176">#176</a>)</li>
<li><a
href="https://github.com/EmbarkStudios/puffin/commit/6e1e836c81ceac4bb441c0ea4509f072fbc9091b"><code>6e1e836</code></a>
Move tests into test module at end of file (<a
href="https://redirect.github.com/EmbarkStudios/puffin/issues/177">#177</a>)</li>
<li><a
href="https://github.com/EmbarkStudios/puffin/commit/cd165c0663273c7b8c17c5f9dfffa7036376de28"><code>cd165c0</code></a>
Stream scope information only once</li>
<li>See full diff in <a
href="https://github.com/EmbarkStudios/puffin/compare/0.18.1...puffin-0.19.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=puffin&package-manager=cargo&previous-version=0.18.1&new-version=0.19.0)](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
dependabot[bot] authored Jan 30, 2024
1 parent f508451 commit 0b07985
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion homestar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ moka = { version = "0.12.4", default-features = false, features = [
names = { version = "0.14", default-features = false }
once_cell = { version = "1.18", default-features = false }
proptest = { version = "1.2", optional = true }
puffin = { version = "0.18", default-features = false, optional = true }
puffin = { version = "0.19", default-features = false, optional = true }
puffin_egui = { version = "0.23.0", default-features = false, optional = true }
rand = { workspace = true }
regex = "1.10"
Expand Down

0 comments on commit 0b07985

Please sign in to comment.