Skip to content

Commit 80b1b4f

Browse files
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 [#&#8203;146](https://redirect.github.com/zonyitoo/rust-ini/issues/146) . Users should upgrade to v1.21.3 . #### Features - [#&#8203;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 - [#&#8203;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 [@&#8203;jmbaur](https://redirect.github.com/jmbaur) in [#&#8203;137](https://redirect.github.com/zonyitoo/rust-ini/pull/137) - Implement ParseOption::indented\_multiline\_values by [@&#8203;davidhalter](https://redirect.github.com/davidhalter) in [#&#8203;139](https://redirect.github.com/zonyitoo/rust-ini/pull/139) - Remove the trim-in-place dependency by [@&#8203;Ortham](https://redirect.github.com/Ortham) in [#&#8203;143](https://redirect.github.com/zonyitoo/rust-ini/pull/143) - feat: preserve leading whitespace in INI keys by [@&#8203;prestomation](https://redirect.github.com/prestomation) in [#&#8203;145](https://redirect.github.com/zonyitoo/rust-ini/pull/145) - Fix [#&#8203;146](https://redirect.github.com/zonyitoo/rust-ini/issues/146): section headers with leading whitespace are parsed as expected by [@&#8203;prestomation](https://redirect.github.com/prestomation) in [#&#8203;147](https://redirect.github.com/zonyitoo/rust-ini/pull/147) #### New Contributors - [@&#8203;jmbaur](https://redirect.github.com/jmbaur) made their first contribution in [#&#8203;137](https://redirect.github.com/zonyitoo/rust-ini/pull/137) - [@&#8203;davidhalter](https://redirect.github.com/davidhalter) made their first contribution in [#&#8203;139](https://redirect.github.com/zonyitoo/rust-ini/pull/139) - [@&#8203;Ortham](https://redirect.github.com/Ortham) made their first contribution in [#&#8203;143](https://redirect.github.com/zonyitoo/rust-ini/pull/143) - [@&#8203;prestomation](https://redirect.github.com/prestomation) made their first contribution in [#&#8203;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

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

packages/swc/Cargo.lock

Lines changed: 2 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/swc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ crate-type = ["cdylib", "rlib"]
1212
lto = true
1313

1414
[dependencies]
15-
rust-ini = "=0.21.1"
15+
rust-ini = "=0.21.3"
1616
serde = "=1.0.219"
1717
serde_json = "=1.0.140"
1818
string_cache = "=0.8.9"

0 commit comments

Comments
 (0)