Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Bumps rust-ini from 0.21.1 to 0.21.3.

Release notes

Sourced from rust-ini's releases.

v0.21.3

NOTE: v1.21.2 was yanked because of #146 . Users should upgrade to v1.21.3 .

Features

  • #126 Support key with leading whitespaces
# Keys in general section can have leading whitespaces
  KeyWith2LeadingSpace=Value
[Section]
KeyWith3LeadingSpace=Value

Bug Fixes

  • #146 Fixed sections that are indented are parsed as keys, introduced from v1.21.2.
# Section that have 2 leading whitespaces indentation
  [Section]
  Key=Value

Full Changelog: zonyitoo/rust-ini@v0.21.1...v0.21.3

What's Changed

New Contributors

Full Changelog: zonyitoo/rust-ini@v0.21.1...v0.21.3

Commits
  • af83e00 chore: release v0.21.3
  • 7856238 feat: support keys in general section with leading whitespaces
  • a03361b Fix #146: section headers with leading whitespace are parsed as expected (#147)
  • 2354553 chore: release v0.21.2
  • 16ab0f3 feat: add enabled_preserve_key_leading_whitespace in option (#126)
  • 22edee4 feat: preserve leading whitespace in INI keys (#145)
  • 68ae427 Remove trim-in-place dependency (#143)
  • bee3c0c chore: tests add leading whitespaces
  • f94dc08 chore: clippy suggestions
  • 6385520 fix: whitespaces inside quoted values should not be trimeed
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [rust-ini](https://github.com/zonyitoo/rust-ini) from 0.21.1 to 0.21.3.
- [Release notes](https://github.com/zonyitoo/rust-ini/releases)
- [Commits](zonyitoo/rust-ini@v0.21.1...v0.21.3)

---
updated-dependencies:
- dependency-name: rust-ini
  dependency-version: 0.21.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added cargo type: dependencies Pull requests that update a dependency file labels Sep 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cargo type: dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant