Skip to content

Commit

Permalink
[deps]: Update rust-wasm-bindgen monorepo (#504)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [js-sys](https://rustwasm.github.io/wasm-bindgen/)
([source](https://togithub.com/rustwasm/wasm-bindgen/tree/HEAD/crates/js-sys))
| dependencies | patch | `0.3.66` -> `0.3.67` |
| [wasm-bindgen](https://rustwasm.github.io/)
([source](https://togithub.com/rustwasm/wasm-bindgen)) | dependencies |
patch | `0.2.89` -> `0.2.90` |
| [wasm-bindgen-futures](https://rustwasm.github.io/wasm-bindgen/)
([source](https://togithub.com/rustwasm/wasm-bindgen/tree/HEAD/crates/futures))
| dependencies | patch | `0.4.39` -> `0.4.40` |
| [wasm-bindgen-test](https://togithub.com/rustwasm/wasm-bindgen) |
dev-dependencies | patch | `0.3.39` -> `0.3.40` |

---

### Release Notes

<details>
<summary>rustwasm/wasm-bindgen (wasm-bindgen)</summary>

###
[`v0.2.90`](https://togithub.com/rustwasm/wasm-bindgen/blob/HEAD/CHANGELOG.md#0290)

[Compare
Source](https://togithub.com/rustwasm/wasm-bindgen/compare/0.2.89...0.2.90)

Released 2024-01-06

##### Fixed

-   Fix JS shim default path detection for the no-modules target.
    [#&#8203;3748](https://togithub.com/rustwasm/wasm-bindgen/pull/3748)

##### Added

-   Add bindings for `HTMLFormElement.requestSubmit()`.
    [#&#8203;3747](https://togithub.com/rustwasm/wasm-bindgen/pull/3747)

- Add bindings for `RTCRtpSender.getCapabilities(DOMString)` method,
`RTCRtpCapabilities`, `RTCRtpCodecCapability` and
`RTCRtpHeaderExtensionCapability`.
    [#&#8203;3737](https://togithub.com/rustwasm/wasm-bindgen/pull/3737)

-   Add bindings for `UserActivation`.
    [#&#8203;3719](https://togithub.com/rustwasm/wasm-bindgen/pull/3719)

-   Add unstable bindings for the Compression Streams API.
    [#&#8203;3752](https://togithub.com/rustwasm/wasm-bindgen/pull/3752)

##### Changed

-   Stabilize File System API.
    [#&#8203;3745](https://togithub.com/rustwasm/wasm-bindgen/pull/3745)

-   Stabilize `QueuingStrategy`.
    [#&#8203;3753](https://togithub.com/rustwasm/wasm-bindgen/pull/3753)

##### Fixed

- Fixed a compiler error when using `#[wasm_bindgen]` inside
`macro_rules!`.
    [#&#8203;3725](https://togithub.com/rustwasm/wasm-bindgen/pull/3725)

##### Removed

- Removed Gecko-only `InstallTriggerData` and Gecko-internal
`FlexLineGrowthState`, `GridDeclaration`, `GridTrackState`,
    `RtcLifecycleEvent` and `WebrtcGlobalStatisticsReport` features.
    [#&#8203;3723](https://togithub.com/rustwasm/wasm-bindgen/pull/3723)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/bitwarden/sdk).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 15, 2024
1 parent 37bfa28 commit b5d3617
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions crates/bitwarden-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ crate-type = ["cdylib"]
[dependencies]
console_error_panic_hook = "0.1.7"
console_log = { version = "1.0.0", features = ["color"] }
js-sys = "0.3.66"
js-sys = "0.3.67"
log = "0.4.20"
serde = { version = "1.0.195", features = ["derive"] }
wasm-bindgen = { version = "0.2.89", features = ["serde-serialize"] }
wasm-bindgen-futures = "0.4.39"
wasm-bindgen = { version = "0.2.90", features = ["serde-serialize"] }
wasm-bindgen-futures = "0.4.40"

bitwarden-json = { path = "../bitwarden-json", features = [
"secrets",
"internal",
] }

[dev-dependencies]
wasm-bindgen-test = "0.3.39"
wasm-bindgen-test = "0.3.40"

0 comments on commit b5d3617

Please sign in to comment.