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

update: bump config from 0.14.1 to 0.15.11 #969

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2025

Bumps config from 0.14.1 to 0.15.11.

Changelog

Sourced from config's changelog.

[0.15.11] - 2025-03-12

Features

  • Deserialize YAML real keys as strings

[0.15.10] - 2025-03-12

Features

  • Deserialize YAML boolean keys as strings

Fixes

  • Don't panic on non-string YAML keys

[0.15.9] - 2025-03-04

Compatibility

  • Upgrade to yaml-rust2 0.10

Documentation

  • Provided more jumping off points in the documentation

[0.15.8] - 2025-02-10

Fix

  • Don't panic on non-unicode env variable names and values

[0.15.7] - 2025-01-30

Internal

  • Update a dependency

[0.15.6] - 2025-01-14

Fixes

  • Fix regression from 0.15.3 with reading a table from an empty config

[0.15.5] - 2025-01-10

Fixes

  • Include the key on all serde errors

... (truncated)

Commits
  • 532ab4d chore: Release config version 0.15.11
  • e57efa2 docs: Update changelog
  • aadd8c8 feat: Add support for float and boolean hash keys (#650)
  • 1ecc731 fix: Add support for float yaml hash keys
  • 6ca539c Add test showing float yaml hash keys are unsupported
  • 7b2ba76 chore: Release config version 0.15.10
  • 560ef7b docs: Update changelog
  • 43fb1b6 Merge pull request #651 from MartinHowarthFlexciton/allow-bool-hash-and-dont-...
  • 1fafe75 Add support for parsing boolean yaml hash keys
  • 4c11e78 Add test showing Boolean yaml hash key fails to be parsed
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 13, 2025
Copy link

codecov bot commented Mar 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.55%. Comparing base (a15b415) to head (beb9998).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #969   +/-   ##
=======================================
  Coverage   78.55%   78.55%           
=======================================
  Files         147      147           
  Lines       35569    35569           
=======================================
  Hits        27940    27940           
  Misses       7629     7629           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dependabot dependabot bot force-pushed the dependabot/cargo/config-0.15.11 branch 2 times, most recently from 3f52b46 to ed04623 Compare March 18, 2025 19:46
Bumps [config](https://github.com/rust-cli/config-rs) from 0.14.1 to 0.15.11.
- [Changelog](https://github.com/rust-cli/config-rs/blob/main/CHANGELOG.md)
- [Commits](rust-cli/config-rs@v0.14.1...v0.15.11)

---
updated-dependencies:
- dependency-name: config
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/config-0.15.11 branch from ed04623 to beb9998 Compare March 18, 2025 21:20
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants