Skip to content

Commit 6ade7ae

Browse files
chore(deps): update patch/minor dependencies (#429)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [napi](https://redirect.github.com/napi-rs/napi-rs) | dependencies | patch | `=3.8.3` → `=3.8.4` | | [napi-derive](https://redirect.github.com/napi-rs/napi-rs) | dependencies | patch | `=3.5.2` → `=3.5.3` | --- ### Release Notes <details> <summary>napi-rs/napi-rs (napi)</summary> ### [`v3.8.4`](https://redirect.github.com/napi-rs/napi-rs/releases/tag/napi-v3.8.4) [Compare Source](https://redirect.github.com/napi-rs/napi-rs/compare/napi-v3.8.3...napi-v3.8.4) ##### Fixed - *(deps)* update rust crate ctor to v0.8.0 ([#&#8203;3170](https://redirect.github.com/napi-rs/napi-rs/pull/3170)) - *(deps)* update rust crate ctor to v0.7.0 ([#&#8203;3169](https://redirect.github.com/napi-rs/napi-rs/pull/3169)) - *(napi)* check for null error\_message in ExtendedErrorInfo::try\_from ([#&#8203;3158](https://redirect.github.com/napi-rs/napi-rs/pull/3158)) - *(napi)* skip nullish error causes when converting from Unknown ([#&#8203;3143](https://redirect.github.com/napi-rs/napi-rs/pull/3143)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" (UTC), 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/apify/impit). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6c9f134 commit 6ade7ae

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.lock

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

impit-node/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ version = "0.0.0"
77
crate-type = ["cdylib"]
88

99
[dependencies]
10-
napi = { version = "=3.8.3", default-features = false, features = ["napi4", "napi5", "async", "web_stream", "tokio_rt"] }
11-
napi-derive = "=3.5.2"
10+
napi = { version = "=3.8.4", default-features = false, features = ["napi4", "napi5", "async", "web_stream", "tokio_rt"] }
11+
napi-derive = "=3.5.3"
1212
impit = { path="../impit" }
1313
rustls = { version="0.23.36" }
1414
tokio = { version="1.41.1", features = ["full"] }

0 commit comments

Comments
 (0)