Enter-tainer / cxx2flow

将 C/C++ 代码转换成流程图 / Turn your C/C++ code into flowchart
MIT License
731 stars 61 forks source link

chore(deps): bump miette from 5.4.1 to 5.5.0 #18

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps miette from 5.4.1 to 5.5.0.

Release notes

Sourced from miette's releases.

v5.5.0

Features

  • SourceCode: Implement SourceCode for Vec (#216) (c857595e)

Bug Fixes

  • derive: elide lifetimes in derived functions (#226) (c88f0b5a)
  • graphical: Fix panic with span extending past end of line (#221) (8b56d277)
  • license: fix mangled license text to improve recognition (d5fbb340)
Changelog

Sourced from miette's changelog.

5.5.0 (2022-11-24)

Features

  • SourceCode: Implement SourceCode for Vec (#216) (c857595e)

Bug Fixes

  • derive: elide lifetimes in derived functions (#226) (c88f0b5a)
  • graphical: Fix panic with span extending past end of line (#221) (8b56d277)
  • license: fix mangled license text to improve recognition (d5fbb340)

Commits
  • f4dbf4e (cargo-release) version 5.5.0
  • 694c7de (cargo-release) version 5.5.0
  • 8ccda04 docs: update changelog
  • d5fbb34 fix(license): fix mangled license text to improve recognition
  • 8b56d27 fix(graphical): Fix panic with span extending past end of line (#221)
  • c88f0b5 fix(derive): elide lifetimes in derived functions (#226)
  • c857595 feat(SourceCode): Implement SourceCode for Vec<u8> (#216)
  • 3e25fd5 (cargo-release) start next development iteration 5.4.2-alpha.0
  • e5171e6 (cargo-release) start next development iteration 5.4.2-alpha.0
  • See full diff in compare view


Dependabot compatibility score

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)