Skip to content

Commit be0331c

Browse files
chore(deps): update patch/minor dependencies (#341)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [napi](https://redirect.github.com/napi-rs/napi-rs) | dependencies | minor | `=3.7.0` → `=3.8.1` | | [napi-derive](https://redirect.github.com/napi-rs/napi-rs) | dependencies | minor | `=3.4.0` → `=3.5.0` | --- ### Release Notes <details> <summary>napi-rs/napi-rs (napi)</summary> ### [`v3.8.1`](https://redirect.github.com/napi-rs/napi-rs/releases/tag/napi-v3.8.1) [Compare Source](https://redirect.github.com/napi-rs/napi-rs/compare/napi-v3.8.0...napi-v3.8.1) ##### Fixed - *(napi)* wasi debug compile error ([#&#8203;3081](https://redirect.github.com/napi-rs/napi-rs/pull/3081)) ### [`v3.8.0`](https://redirect.github.com/napi-rs/napi-rs/releases/tag/napi-v3.8.0) [Compare Source](https://redirect.github.com/napi-rs/napi-rs/compare/napi-v3.7.1...napi-v3.8.0) ##### Added - *(napi)* support any object types in Stream([#&#8203;2854](https://redirect.github.com/napi-rs/napi-rs/pull/2854)) - *(napi-derive)* add #\[napi(async\_iterator)] macro attribute ([#&#8203;3072](https://redirect.github.com/napi-rs/napi-rs/pull/3072)) ##### Fixed - *(napi)* validate status before copying data in env arraybuffer fallback ([#&#8203;3077](https://redirect.github.com/napi-rs/napi-rs/pull/3077)) - *(napi)* validate status before copying in remaining TypedArray fallback paths ([#&#8203;3076](https://redirect.github.com/napi-rs/napi-rs/pull/3076)) - *(napi)* validate status before copying in TypedArray owned ToNapiValue fallback ([#&#8203;3080](https://redirect.github.com/napi-rs/napi-rs/pull/3080)) - *(napi)* validate status before copying in ArrayBuffer ToNapiValue fallback ([#&#8203;3079](https://redirect.github.com/napi-rs/napi-rs/pull/3079)) - *(napi)* skip debug buffer tracking on wasm targets ([#&#8203;3078](https://redirect.github.com/napi-rs/napi-rs/pull/3078)) ### [`v3.7.1`](https://redirect.github.com/napi-rs/napi-rs/releases/tag/napi-v3.7.1) [Compare Source](https://redirect.github.com/napi-rs/napi-rs/compare/napi-v3.7.0...napi-v3.7.1) ##### Other - clippy fix for Rust 1.92.0 ([#&#8203;3058](https://redirect.github.com/napi-rs/napi-rs/pull/3058)) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9abeea1 commit be0331c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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.7.0", default-features = false, features = ["napi4", "napi5", "async", "web_stream", "tokio_rt"] }
11-
napi-derive = "=3.4.0"
10+
napi = { version = "=3.8.1", default-features = false, features = ["napi4", "napi5", "async", "web_stream", "tokio_rt"] }
11+
napi-derive = "=3.5.0"
1212
impit = { path="../impit" }
1313
rustls = { version="0.23.16" }
1414
tokio = { version="1.41.1", features = ["full"] }

0 commit comments

Comments
 (0)