EdJoPaTo / website-stalker

Track changes on websites via git
GNU Lesser General Public License v2.1
59 stars 6 forks source link

build(cargo): bump config from 0.12.0 to 0.13.0 #99

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps config from 0.12.0 to 0.13.0.

Changelog

Sourced from config's changelog.

0.13.0 - 2022-04-03

  • Prefix-Seperator support was added #292
  • Environment lists can now be parsed #255
  • Setting an overwrite from an Option was added #303
  • Option to keep the prefix from an environment variable was added #298
  • Some small doc/CI fixes #307, #309
  • MSRV was updated to 1.56.0 #304
  • Dependencies were updated #289, #301

#292: mehcode/config-rs#292 #255: mehcode/config-rs#255 #303: mehcode/config-rs#303 #298: mehcode/config-rs#298 #307: mehcode/config-rs#307 #309: mehcode/config-rs#309 #304: mehcode/config-rs#304 #289: mehcode/config-rs#289 #301: mehcode/config-rs#301

Commits
  • 4727ac0 Merge pull request #310 from matthiasbeyer/prepare-0.13
  • 922d840 Update version in Cargo.toml
  • e18cfd6 Update version in README
  • 74d66e7 Add changelog for 0.13
  • 90bcc5d Merge pull request #309 from matthiasbeyer/fix-no-feature-build
  • 040fea6 Fix: If no features are enabled, this should still build
  • 7cf33db Merge pull request #307 from bicarlsen/patch-1
  • 3c77c2f Fixed type in ConfigBuilder docs
  • 8f1ccff Merge pull request #298 from jaudiger/chore-keepPrefix
  • 56c148b Merge pull request #303 from saraiva132/302-add-set-override-option
  • 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)