From 6596912d5ae824bf68452f824a20e74d58a2e365 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Fri, 8 Dec 2023 15:55:11 +0100 Subject: chore: update a bunch of crates (#21270) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #21217 --------- Co-authored-by: Divy Srivastava Co-authored-by: Bartek IwaƄczuk --- test_napi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_napi') diff --git a/test_napi/Cargo.toml b/test_napi/Cargo.toml index 6717ecce3..24042b6f8 100644 --- a/test_napi/Cargo.toml +++ b/test_napi/Cargo.toml @@ -13,7 +13,7 @@ repository.workspace = true crate-type = ["cdylib"] [dependencies] -napi-sys = { version = "2.2.2", default-features = false, features = ["napi7"] } +napi-sys = { version = "=2.2.2", default-features = false, features = ["napi7"] } [dev-dependencies] test_util.workspace = true -- cgit v1.2.3