Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate config to 0.13.3 #37

Merged
merged 2 commits into from
Nov 5, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 5, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
config dependencies minor 0.10.1 -> 0.13.3

Release Notes

mehcode/config-rs (config)

v0.13.3

Compare Source

Please note that we had to update the MSRV for this crate from 1.56.0 to 1.59.0
for this patch release being possible, because a transitive dependency did
update its MSRV.

v0.13.2

Compare Source

  • Backport of #​316 to be testing with temp_env. The backport was necessary to
    be able to backport the next change. This change shouldn't be user-visible.
  • Backport of #​353 to use TryInto for more permissive deserialization of
    integers
  • Backport of commit 518a3cafa1e62ba7405709e5c508247e328e0a18 from #​362 to
    fix tests

v0.13.1

Compare Source

  • typo in doc comment for ConfigBuilder #​299
  • dot in config file name handling fixed #​306

v0.13.0

Compare Source

  • 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

v0.12.0

Compare Source

Format support changes in this version
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()

v0.11.0

  • The Config type got a builder-pattern with_merged() method #​166.
  • A Config::set_once() function was added, to set an value that can be
    overwritten by Config::mergeing another configuration #​172
  • serde_hjson is, if enabled, pulled in without default features.
    This is due to a bug in serde_hjson, see #​169 for more information.
  • Testing is done on github actions #​175

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 5, 2023
@renovate renovate bot force-pushed the renovate/config-0.x branch 2 times, most recently from 649ba4c to fbfaebb Compare November 5, 2023 11:55
@renovate renovate bot assigned bassco Nov 5, 2023
@renovate renovate bot force-pushed the renovate/config-0.x branch 4 times, most recently from b70643f to 429de0d Compare November 5, 2023 12:15
Signed-off-by: Gabriel Melillo <gabriel@melillo.me>
@bassco bassco merged commit 28b57fe into master Nov 5, 2023
1 check passed
bassco pushed a commit that referenced this pull request Nov 6, 2023
* fix(deps): update rust crate config to 0.13.3

* fix(deps): update config to 0.13.3

Signed-off-by: Gabriel Melillo <gabriel@melillo.me>

---------

Signed-off-by: Gabriel Melillo <gabriel@melillo.me>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabriel Melillo <gabriel@melillo.me>
Copy link

This PR is included in version 1.6.0 🎉

4 similar comments
Copy link

github-actions bot commented Dec 4, 2023

This PR is included in version 1.6.0 🎉

Copy link

github-actions bot commented Dec 4, 2023

This PR is included in version 1.6.0 🎉

@bassco
Copy link
Collaborator

bassco commented Dec 5, 2023

This PR is included in version 1.6.0 🎉

@bassco
Copy link
Collaborator

bassco commented Dec 5, 2023

This PR is included in version 1.6.0 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants