Skip to content

Bump config from 0.14.1 to 0.15.11 in the dependencies group across 1 directory #100

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

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 May 13, 2025

Bumps the dependencies group with 1 update in the / directory: config.

Updates 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 1 update in the / directory: [config](https://github.com/rust-cli/config-rs).


Updates `config` 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-version: 0.15.11
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 13, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 13, 2025 23:12
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 13, 2025
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