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

build(deps): update inferno requirement from 0.10.0 to 0.11.16 #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 21, 2023

Updates the requirements on inferno to permit the latest version.

Changelog

Sourced from inferno's changelog.

[0.11.16] - 2023-08-20

Added

  • Added stackcollapse-recursive. #291

Changed

  • Upgraded indexmap and libflate to 2.0.

[0.11.15] - 2023-02-11

Changed

Removed

  • Removed the dependency on num_cpus in favor of std::thread::available_parallelism. #279
  • Removed the dependency on atty in favor of is_terminal. #280

[0.11.14] - 2023-01-21

Added

  • Add flag --base to filter flamegraphs to only frames at or below a particular set of base frames. #274

[0.11.13] - 2022-12-03

Added

  • Add flag --uicolor to specify the color to draw UI element text, like the Reset view button. #271

Changed

  • Updated ahash to version 0.8
  • Updated quick-xml to version 0.26
  • Bumped clap to 3.2.0

[0.11.12] - 2022-10-24

Changed

  • Improved initial render and resize speed for large flamegraphs when a fixed-width (monospace) font is used. #262
  • Changed default font of flame graphs to browser's default monospace font to take advantage of this speedup. #262

[0.11.11] - 2022.10-16

Added

  • Add Python language palette. #240

[0.11.10] - 2022-10-10

Changed

  • Update particularly-old dependencies.

... (truncated)

Commits
  • 5d88bc3 Release 0.11.16
  • aa2a17b Port stackcollapse-recursive.pl (#291)
  • 4d56ebd Bump libflate from 1.2.0 to 2.0.0 (#297)
  • f6416e9 Bump indexmap from 1.9.2 to 2.0.0 (#296)
  • a497e3e Make it more obvious to a new contributor that the flamegraph git submodule...
  • 6326ced chore: fix typos (#288)
  • 951a1d8 Avoid unsound usage of from_utf8_unchecked in test (#289)
  • bf0d001 Merge pull request #285 from jonhoo/bump-ci
  • 93b65e3 Merge remote-tracking branch 'ci/main' into bump-ci
  • 80a8919 Add action to run doctest. (#3)
  • 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 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 [inferno](https://github.com/jonhoo/inferno) to permit the latest version.
- [Changelog](https://github.com/jonhoo/inferno/blob/main/CHANGELOG.md)
- [Commits](jonhoo/inferno@v0.10.0...v0.11.16)

---
updated-dependencies:
- dependency-name: inferno
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 21, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants