Skip to content

Commit 31960d0

Browse files
chore(deps): lock file maintenance rust crates (#44)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | | | lockFileMaintenance | All locks refreshed | | [tsify](https://redirect.github.com/madonoharu/tsify) | dependencies | minor | `0.4.5` -> `0.5.0` | 🔧 This Pull Request updates lock files to use the latest dependency versions. --- ### Release Notes <details> <summary>madonoharu/tsify (tsify)</summary> ### [`v0.5.5`](https://redirect.github.com/madonoharu/tsify/blob/HEAD/CHANGELOG.md#v055) - Don't assume a struct named `Range` is automatically a `Range` type - Put `#[automatically_derived]` on `impl` blocks - Better handling of `#[serde(skip)]` - Bump the `wasm_bindgen` dep version </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 2pm on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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/oxc-project/json-strip-comments). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC43LjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 80cf532 commit 31960d0

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

Cargo.lock

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

wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ doctest = false
1313
json-strip-comments = { path = ".." }
1414
serde = { version = "1", features = ["derive"] }
1515
serde-wasm-bindgen = "0.6.5"
16-
tsify = "0.4.5"
16+
tsify = "0.5.0"
1717
wasm-bindgen = "0.2.99"

0 commit comments

Comments
 (0)