Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[deps]: Update Rust crate uniffi to v0.28.3 (#54)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [uniffi](https://mozilla.github.io/uniffi-rs) ([source](https://redirect.github.com/mozilla/uniffi-rs)) | dependencies | patch | `=0.28.1` -> `=0.28.3` | | [uniffi](https://mozilla.github.io/uniffi-rs) ([source](https://redirect.github.com/mozilla/uniffi-rs)) | workspace.dependencies | patch | `=0.28.1` -> `=0.28.3` | --- ### Release Notes <details> <summary>mozilla/uniffi-rs (uniffi)</summary> ### [`v0.28.3`](https://redirect.github.com/mozilla/uniffi-rs/blob/HEAD/CHANGELOG.md#v0283-backend-crates-v0283---2024-11-08) [Compare Source](https://redirect.github.com/mozilla/uniffi-rs/compare/v0.28.2...v0.28.3) ##### What's fixed? - Fixed bug in metadata extraction with large ELF files. [All changes in v0.28.3](https://redirect.github.com/mozilla/uniffi-rs/compare/v0.28.2...v0.28.3). ### [`v0.28.2`](https://redirect.github.com/mozilla/uniffi-rs/blob/HEAD/CHANGELOG.md#v0282-backend-crates-v0282---2024-10-08) [Compare Source](https://redirect.github.com/mozilla/uniffi-rs/compare/v0.28.1...v0.28.2) ##### What's new? - Added the `uniffi-bindgen-swift` binary. It works like `uniffi-bindgen` but with additional Swift-specific features. See https://mozilla.github.io/uniffi-rs/latest/swift/uniffi-bindgen-swift.html for details. - Removed the [old and outdated diplomat comparison](https://redirect.github.com/mozilla/uniffi-rs/blob/69ecfbd7fdf587a4ab24d1234e2d6afb8a496581/docs/diplomat-and-macros.md) doc - Proc-macros recognise when you are exporting an `impl Trait for Struct` block. Python supports this by generating an inheritance hierarcy to reflect that. [#​2204](https://redirect.github.com/mozilla/uniffi-rs/pull/2204) ##### What's fixed? - `uniffi.toml` of crates without a `lib` type where ignored in 0.28.1 - Python: Fixed a bug when enum/error names were not proper camel case (HTMLError instead of HtmlError). - Python: Fixed the class hierarcy generated for traits (([#​2264](https://redirect.github.com/mozilla/uniffi-rs/issues/2264))\[https://github.com/mozilla/uniffi-rs/issues/2264](https://redirect.github.com/mozilla/uniffi-rs/issues/2264)4]) [All changes in v0.28.2](https://redirect.github.com/mozilla/uniffi-rs/compare/v0.28.1...v0.28.2). </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates 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/bitwarden/sdk-internal). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information