Commit 80b1b4f
authored
fix(deps): update rust crate rust-ini to v0.21.3 (#2184)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [rust-ini](https://redirect.github.com/zonyitoo/rust-ini) |
dependencies | patch | `=0.21.1` -> `=0.21.3` |
---
### Release Notes
<details>
<summary>zonyitoo/rust-ini (rust-ini)</summary>
###
[`v0.21.3`](https://redirect.github.com/zonyitoo/rust-ini/releases/tag/v0.21.3)
[Compare
Source](https://redirect.github.com/zonyitoo/rust-ini/compare/v0.21.2...v0.21.3)
NOTE: v1.21.2 was yanked because of
[#​146](https://redirect.github.com/zonyitoo/rust-ini/issues/146)
. Users should upgrade to v1.21.3 .
#### Features
-
[#​126](https://redirect.github.com/zonyitoo/rust-ini/issues/126)
Support key with leading whitespaces
```ini
### Keys in general section can have leading whitespaces
KeyWith2LeadingSpace=Value
[Section]
KeyWith3LeadingSpace=Value
```
#### Bug Fixes
-
[#​146](https://redirect.github.com/zonyitoo/rust-ini/issues/146)
Fixed sections that are indented are parsed as keys, introduced from
v1.21.2.
```ini
### Section that have 2 leading whitespaces indentation
[Section]
Key=Value
```
**Full Changelog**:
<zonyitoo/rust-ini@v0.21.1...v0.21.3>
#### What's Changed
- Allow for multiline values with escaped newline by
[@​jmbaur](https://redirect.github.com/jmbaur) in
[#​137](https://redirect.github.com/zonyitoo/rust-ini/pull/137)
- Implement ParseOption::indented\_multiline\_values by
[@​davidhalter](https://redirect.github.com/davidhalter) in
[#​139](https://redirect.github.com/zonyitoo/rust-ini/pull/139)
- Remove the trim-in-place dependency by
[@​Ortham](https://redirect.github.com/Ortham) in
[#​143](https://redirect.github.com/zonyitoo/rust-ini/pull/143)
- feat: preserve leading whitespace in INI keys by
[@​prestomation](https://redirect.github.com/prestomation) in
[#​145](https://redirect.github.com/zonyitoo/rust-ini/pull/145)
- Fix
[#​146](https://redirect.github.com/zonyitoo/rust-ini/issues/146):
section headers with leading whitespace are parsed as expected by
[@​prestomation](https://redirect.github.com/prestomation) in
[#​147](https://redirect.github.com/zonyitoo/rust-ini/pull/147)
#### New Contributors
- [@​jmbaur](https://redirect.github.com/jmbaur) made their first
contribution in
[#​137](https://redirect.github.com/zonyitoo/rust-ini/pull/137)
- [@​davidhalter](https://redirect.github.com/davidhalter) made
their first contribution in
[#​139](https://redirect.github.com/zonyitoo/rust-ini/pull/139)
- [@​Ortham](https://redirect.github.com/Ortham) made their first
contribution in
[#​143](https://redirect.github.com/zonyitoo/rust-ini/pull/143)
- [@​prestomation](https://redirect.github.com/prestomation) made
their first contribution in
[#​145](https://redirect.github.com/zonyitoo/rust-ini/pull/145)
**Full Changelog**:
<zonyitoo/rust-ini@v0.21.1...v0.21.3>
###
[`v0.21.2`](https://redirect.github.com/zonyitoo/rust-ini/compare/v0.21.1...v0.21.2)
[Compare
Source](https://redirect.github.com/zonyitoo/rust-ini/compare/v0.21.1...v0.21.2)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/runtime-env/import-meta-env).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 752f90a commit 80b1b4f
2 files changed
+3
-10
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments