splitgraph / seafowl

Analytical database for data-driven Web applications 🪶
https://seafowl.io
Apache License 2.0
388 stars 9 forks source link

Bump vergen from 7.5.1 to 8.2.3 #452

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 year ago

Bumps vergen from 7.5.1 to 8.2.3.

Release notes

Sourced from vergen's releases.

v8.2.3

  • Updated gix to 0.48.0
  • Added support for specifying a custom build.rs location.
  • Added support for using a local offset for date/timestamp display.
    NOTE - Using a local offset will likely cause failures on Unix systems due to the Soundness check that the time crate performs. I don't want to introduce unsoundness support to vergen.

v8.2.1 - vergen

  • Bugfix for gitcl feature timestamp parsing.

v8.2.0 - vergen

  • Added the ability to disable emission, even if a feature is enabled (i.e. disable_git)
  • Added the ability to skip emission, even if a feature is enabled and emission is not disabled.

v8.1.3 - vergen

  • gix dependency updated to 0.44.1. 0.43.1 and 0.44.0 were yanked due to dependency issues.

v8.1.2 - vergen

  • Documentation corrections
  • Dependency updates (mainly git2-rs to 0.17.1)

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.

... (truncated)

Commits
  • 022e804 Custom build.rs path support, local time offset support, updated gix dep (#223)
  • c51c8d3 update to gix 0.47.0, fix issue caused by new Time struct (#219)
  • 8e0f393 Update gix requirement from 0.45.1 to 0.46.0 (#217)
  • 526da9d Update gix requirement from 0.44.1 to 0.45.1 (#215)
  • b10e16e binstall 0.22.0 => 0.23.1 (#213)
  • ebd0284 (vergen-pretty) Updated header API for more convenience (#212)
  • 29ec1c8 Bug fix for git log timestamp output parsing (#211)
  • 1ef5c5f Add skip when no output enabled, even if feature is enabled (#209)
  • 5cf8f34 Added ability to disable output even if feature is enabled (#208)
  • e802dab Added header feature to docsrs generation (#207)
  • 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)
mildbyte commented 1 week ago

@dependabot rebase

dependabot[bot] commented 1 week ago

Superseded by #535.