From 1dba2fb65af2e7111ee57204c80d35ee14a0df50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 20:17:57 +0000 Subject: [PATCH] fix(deps): update rust crate rust-ini to v0.21.1 (#1383) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rust-ini](https://togithub.com/zonyitoo/rust-ini) | dependencies | patch | `0.21.0` -> `0.21.1` | --- ### Release Notes
zonyitoo/rust-ini (rust-ini) ### [`v0.21.1`](https://togithub.com/zonyitoo/rust-ini/releases/tag/v0.21.1) [Compare Source](https://togithub.com/zonyitoo/rust-ini/compare/v0.21.0...v0.21.1) #### What's Changed - Deduplicate eof error handling by [@​GnomedDev](https://togithub.com/GnomedDev) in [https://github.com/zonyitoo/rust-ini/pull/127](https://togithub.com/zonyitoo/rust-ini/pull/127) - [#​128](https://togithub.com/zonyitoo/rust-ini/issues/128) Add/Allow duplicate properties by [@​RouHim](https://togithub.com/RouHim) in [https://github.com/zonyitoo/rust-ini/pull/129](https://togithub.com/zonyitoo/rust-ini/pull/129) - Restrict lifetimes of SectionSetter methods by [@​rikyborg](https://togithub.com/rikyborg) in [https://github.com/zonyitoo/rust-ini/pull/135](https://togithub.com/zonyitoo/rust-ini/pull/135) #### New Contributors - [@​RouHim](https://togithub.com/RouHim) made their first contribution in [https://github.com/zonyitoo/rust-ini/pull/129](https://togithub.com/zonyitoo/rust-ini/pull/129) - [@​rikyborg](https://togithub.com/rikyborg) made their first contribution in [https://github.com/zonyitoo/rust-ini/pull/135](https://togithub.com/zonyitoo/rust-ini/pull/135) **Full Changelog**: https://github.com/zonyitoo/rust-ini/compare/v0.21.0...v0.21.1
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/runtime-env/import-meta-env). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/swc/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/swc/Cargo.lock b/packages/swc/Cargo.lock index 266bf4a6c..d203c6280 100644 --- a/packages/swc/Cargo.lock +++ b/packages/swc/Cargo.lock @@ -959,9 +959,9 @@ dependencies = [ [[package]] name = "rust-ini" -version = "0.21.0" +version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d625ed57d8f49af6cfa514c42e1a71fadcff60eb0b1c517ff82fe41aa025b41" +checksum = "4e310ef0e1b6eeb79169a1171daf9abcb87a2e17c03bee2c4bb100b55c75409f" dependencies = [ "cfg-if", "ordered-multimap",