ewpratten / ludum-dare-49

A game build over a weekend for Ludum Dare 49, written in Rust, made with raylib.
https://ldj.am/$261521
GNU General Public License v3.0
5 stars 1 forks source link

Update puffin requirement from 0.9 to 0.10 #79

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on puffin to permit the latest version.

Changelog

Sourced from puffin's changelog.

0.10.0 - 2021-10-12

  • Rewrite scope merging.
  • Implement Hash on ThreadInfo.

0.9.0 - 2021-09-20

  • API change: split out new FrameView and GlobalFrameView from GlobalProfiler.

0.8.1 - 2021-09-07

  • Remove profile scopes in serialization to avoid deadlock in puffin_viewer.

0.8.0 - 2021-09-06

  • Switch from lz4 to zstd compression for 50% file size and bandwidth reduction.

0.7.0 - 2021-08-23

  • Speed up GlobalProfiler::new_frame.
  • New serialization feature flag enables exporting and importing .puffin files. This replaces the old with_serde feature flag.
  • Add GlobalProfiler::add_sink for installing callbacks that are called each frame.

0.6.0 - 2021-07-05

  • Handle Windows, which uses backslash (\) as path separator.

0.5.2

  • Add opt-in serde support.

0.5.1

  • Remove stderr warning about empty frames.

0.5.0

  • GlobalProfiler now store recent history and the slowest frames.
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 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)