This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new 8f5dd3d8a1 build(deps): bump napi-derive from 2.14.2 to 2.14.6 (#3879)
8f5dd3d8a1 is described below

commit 8f5dd3d8a10b0ca15a6de6df7985b918f11da3c5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 1 10:26:24 2024 +0800

    build(deps): bump napi-derive from 2.14.2 to 2.14.6 (#3879)
    
    Bumps [napi-derive](https://github.com/napi-rs/napi-rs) from 2.14.2 to 
2.14.6.
    - [Release notes](https://github.com/napi-rs/napi-rs/releases)
    - 
[Commits](https://github.com/napi-rs/napi-rs/compare/[email protected]@2.14.6)
    
    ---
    updated-dependencies:
    - dependency-name: napi-derive
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 Cargo.lock                 | 12 ++++++------
 bindings/nodejs/Cargo.toml |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 8e9dd35e4b..7b6f4a0b4b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4223,23 +4223,23 @@ checksum = 
"d4b4532cf86bfef556348ac65e561e3123879f0e7566cca6d43a6ff5326f13df"
 
 [[package]]
 name = "napi-derive"
-version = "2.14.2"
+version = "2.14.6"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "a0cca5738c6e81eb5ffd2c8ff2b4f05ece9c4c60c7e2b36cec6524492cf7f330"
+checksum = "e61bec1ee990ae3e9a5f443484c65fb38e571a898437f0ad283ed69c82fc59c0"
 dependencies = [
  "cfg-if",
  "convert_case 0.6.0",
  "napi-derive-backend",
  "proc-macro2",
  "quote",
- "syn 1.0.109",
+ "syn 2.0.39",
 ]
 
 [[package]]
 name = "napi-derive-backend"
-version = "1.0.55"
+version = "1.0.58"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "35960e5f33228192a9b661447d0dfe8f5a3790ff5b4058c4d67680ded4f65b91"
+checksum = "2314f777bc9cde51705d991c44466cee4de4a3f41c6d3d019fcbbebb5cdd47c4"
 dependencies = [
  "convert_case 0.6.0",
  "once_cell",
@@ -4247,7 +4247,7 @@ dependencies = [
  "quote",
  "regex",
  "semver 1.0.20",
- "syn 1.0.109",
+ "syn 2.0.39",
 ]
 
 [[package]]
diff --git a/bindings/nodejs/Cargo.toml b/bindings/nodejs/Cargo.toml
index c0f9cd752a..90c04dd4fb 100644
--- a/bindings/nodejs/Cargo.toml
+++ b/bindings/nodejs/Cargo.toml
@@ -153,7 +153,7 @@ napi = { version = "2.11.3", default-features = false, 
features = [
   "napi6",
   "async",
 ] }
-napi-derive = "2.12.2"
+napi-derive = "2.14.6"
 opendal.workspace = true
 tokio = "1"
 

Reply via email to