Enter-tainer / cxx2flow

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

chore(deps): bump vergen from 7.4.4 to 8.1.1 #39

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps vergen from 7.4.4 to 8.1.1.

Release notes

Sourced from vergen's releases.

v8.1.1

  • Documentation updates and fixes.
  • Updated --match on the gitcl feature to be wrapped with quotes so globbing works properly across many shells.

v8.1.0

  • Fixed issue with gitcl command line check. Some versions of git do not recognize the -v option. This was changed to git --version by default. You can also now specify the command you wish to use to check for git in configuration.
  • Updated some out of date docs referring to an old feature.
  • Added the ability to specify a match glob string for the git describe output. This is supported in the gitcl and git2 features. At this time I could not determine how to do the similar logic with gitoxide so this config has no effect in that feature.

v8.0.0

  • Updated to gix 0.42.0.
  • Updated README.md to reflect new release.

v8.0.0-beta.9

  • gix to 0.40.0
  • gix-tempfile pinned to 4.1.0 to avoid RUSTSEC dependency

v8.0.0-beta.8

  • Mostly dependency updates (gix)

v8.0.0-beta-5

  • The gitoxide project renamed all projects to gix-*. Also git-repository was moved to gix. This release updates to reflect those changes.

v8.0.0-beta.2

  • sysinfo tweaks

v8.0.0-beta.1

  • Added quiet to configuration to allow the suppression of the cargo:warning messages.

v8.0.0-beta.0

  • See #146 for the notes. This is basically a complete restructure to better fit as a build tool within the rust ecosystem.

v7.5.1

  • Dependency update for git2 to pick up security updates.

v7.5.0

  • The MSRV supported by vergen has been bumped to 1.63.0.
  • The enum-iterator dependency has been updated to 1.2.0 (and as a result the 1.63 bump had to happen)
Commits
  • 0d14835 version bump for next release (#185)
  • bf5d33a Enumerate usage steps in root crate documentation (#186)
  • 82d9a74 Added support for overrides when setting default values (#183)
  • 304b2f9 Update serial_test requirement from 1.0.0 to 2.0.0 (#184)
  • 392f41f Added quotes to all match globs. (#182)
  • c8c5cf5 Version bump for next release (#181)
  • c0e7b8b Add --match support for git_describe (#180)
  • 3800bbb Update git command line check to git --version (#177)
  • 4fd295b Fix documentation regarding the gitoxide feature (#178)
  • 22e1d3f Updated gix dependency
  • Additional commits viewable 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)
dependabot[bot] commented 1 year ago

Superseded by #40.