Skip to content

Bump config from 0.15.8 to 0.15.11 #94

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps config from 0.15.8 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
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)

Bumps [config](https://github.com/rust-cli/config-rs) from 0.15.8 to 0.15.11.
- [Changelog](https://github.com/rust-cli/config-rs/blob/main/CHANGELOG.md)
- [Commits](rust-cli/config-rs@v0.15.8...v0.15.11)

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

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 Mar 17, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 19, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/config-0.15.11 branch April 19, 2025 14:59
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.

1 participant