Skip to content

Commit

Permalink
chore(deps): bump napi-derive from 2.12.1 to 2.12.2 (#1827)
Browse files Browse the repository at this point in the history
Bumps [napi-derive](https://github.com/napi-rs/napi-rs) from 2.12.1 to 2.12.2.
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](https://github.com/napi-rs/napi-rs/compare/[email protected]@2.12.2)

---
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>
  • Loading branch information
dependabot[bot] authored Apr 1, 2023
1 parent 3ae3219 commit 210fc55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/nodejs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ napi = { version = "2.11.3", default-features = false, features = [
"napi6",
"async",
] }
napi-derive = "2.11.1"
napi-derive = "2.12.2"
opendal = { version = "0.30", path = "../../core" }
time = { version = "0.3.17", features = ["formatting"] }

Expand Down

0 comments on commit 210fc55

Please sign in to comment.