Skip to content

Commit fdb650c

Browse files
authored
fix(node): bump napi-rs to fix crash on concurrent response-body read errors (#499)
Fixes #498
1 parent ab4f285 commit fdb650c

2 files changed

Lines changed: 15 additions & 40 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 37 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: 3 additions & 3 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.4", default-features = false, features = ["napi4", "napi5", "async", "web_stream", "tokio_rt"] }
11-
napi-derive = "=3.5.3"
10+
napi = { version = "=3.10.5", default-features = false, features = ["napi4", "napi5", "async", "web_stream", "tokio_rt"] }
11+
napi-derive = "=3.5.10"
1212
impit = { path="../impit" }
1313
rustls = { version="0.23.36" }
1414
tokio = { version="1.41.1", features = ["full"] }
@@ -18,5 +18,5 @@ tokio-stream = "0.1.17"
1818
bytes = "1.11.1"
1919

2020
[build-dependencies]
21-
napi-build = "2.1.4"
21+
napi-build = "2.3.2"
2222

0 commit comments

Comments
 (0)