Skip to content

Commit

Permalink
[deps]: Update Rust crate uniffi to v0.28.3 (#54)
Browse files Browse the repository at this point in the history
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.
[#&#8203;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
(([#&#8203;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
renovate[bot] authored Dec 11, 2024
1 parent f7f1bc8 commit 19c56fb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 19 deletions.
33 changes: 16 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ tokio = { version = "1.36.0", features = ["macros"] }
tsify-next = { version = ">=0.5.4, <0.6", features = [
"js",
], default-features = false }
uniffi = "=0.28.1"
uniffi = "=0.28.3"
uuid = { version = ">=1.3.3, <2.0", features = ["serde", "v4"] }
validator = { version = ">=0.18.1, <0.20", features = ["derive"] }
wasm-bindgen = { version = ">=0.2.91, <0.3", features = ["serde-serialize"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/bitwarden-vault/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ serde_repr = { workspace = true }
sha1 = ">=0.10.5, <0.11"
sha2 = ">=0.10.6, <0.11"
thiserror = { workspace = true }
uniffi = { version = "=0.28.1", optional = true }
uniffi = { version = "=0.28.3", optional = true }
uuid = { workspace = true }
tsify-next = { workspace = true, optional = true }
wasm-bindgen = { workspace = true, optional = true }
Expand Down

0 comments on commit 19c56fb

Please sign in to comment.