iduartgomez / simag

An experimental, under development, agent-based AI framework
Mozilla Public License 2.0
5 stars 2 forks source link

Update config requirement from 0.11 to 0.13 #47

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on config to permit the latest version.

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

0.12.0 - 2022-02-10

Format support changes in this version

  • HJSON support was removed #230
  • JSON5 format support #206
  • RON format support #202

Other noteworthy changes

  • A new ConfigBuilder interface for building configuration objects #196
  • Asynchronous sources #207
  • Custom ENV separators are now supported #185
  • Loads of dependency updates and bugfixes of course
  • Preserved map order #217
  • Support for parsing numbers from the environment #137
  • Support for unsigned integers #178
  • Format trait for (custom) file formats #219

Deprecated

  • Environment::new() - see #235
  • Large parts of the Config interface - see #196
    • Config::merge()
    • Config::with_merged()
    • Config::refresh()
    • Config::set_default()
    • Config::set()
    • Config::set_once()
    • Config::deserialize()

... (truncated)

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 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)