From 67f05758e0feb9e996c85f12814ce0f37bfce59e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 14:30:46 +0000 Subject: [PATCH] Update Rust crate napi-derive to 2.14.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9855085..f567dd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ features = ["napi6"] optional = true [dependencies.napi-derive] -version = "2.14.2" +version = "2.14.4" optional = true [dependencies.pyo3]