Skip to content

Commit b3ecf98

Browse files
chore(deps): bump the rust-version-updates group with 3 updates (#40)
* chore(deps): bump the rust-version-updates group with 3 updates Bumps the rust-version-updates group with 3 updates: [napi](https://github.com/napi-rs/napi-rs), [napi-derive](https://github.com/napi-rs/napi-rs) and [napi-build](https://github.com/napi-rs/napi-rs). Updates `napi` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-v3.3.0...napi-v3.4.0) Updates `napi-derive` from 3.2.5 to 3.3.0 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-derive-v3.2.5...napi-derive-v3.3.0) Updates `napi-build` from 2.2.3 to 2.2.4 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-build-v2.2.3...napi-build-v2.2.4) --- updated-dependencies: - dependency-name: napi dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-version-updates - dependency-name: napi-derive dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-version-updates - dependency-name: napi-build dependency-version: 2.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-version-updates ... Signed-off-by: dependabot[bot] <[email protected]> * chore(deps): update LICENSE-3RD-PARTY.txt --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6d1acef commit b3ecf98

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ crate-type = ["cdylib"]
1313
anyhow = "1.0.99"
1414
atlas-local = { git = "https://github.com/mongodb/atlas-local-lib.git", rev = "9b582845ebf2e4ca4f6543fa5bb1262920e2fbe6" }
1515
bollard = "0.19.3"
16-
napi = { version = "^3.3.0", features = ["async", "anyhow"] }
17-
napi-derive = "^3.2.5"
16+
napi = { version = "^3.4.0", features = ["async", "anyhow"] }
17+
napi-derive = "^3.3.0"
1818
semver = "1.0.26"
1919

2020
[build-dependencies]

LICENSE-3RD-PARTY.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3203,8 +3203,8 @@ limitations under the License.
32033203
-----------------------------------------------------------------------------
32043204
Apache License 2.0
32053205
applies to:
3206-
- ctor-proc-macro 0.0.6 (https://github.com/mmastrac/rust-ctor)
3207-
- ctor 0.5.0 (https://github.com/mmastrac/rust-ctor)
3206+
- ctor-proc-macro 0.0.7 (https://github.com/mmastrac/rust-ctor)
3207+
- ctor 0.6.0 (https://github.com/mmastrac/rust-ctor)
32083208
- dtor-proc-macro 0.0.6 (https://github.com/mmastrac/rust-ctor)
32093209
- dtor 0.1.0 (https://github.com/mmastrac/rust-ctor)
32103210
-----------------------------------------------------------------------------
@@ -4158,11 +4158,11 @@ SOFTWARE.
41584158
-----------------------------------------------------------------------------
41594159
MIT License
41604160
applies to:
4161-
- napi-build 2.2.3 (https://github.com/napi-rs/napi-rs)
4162-
- napi-derive-backend 2.2.0 (https://github.com/napi-rs/napi-rs)
4163-
- napi-derive 3.2.5 (https://github.com/napi-rs/napi-rs)
4164-
- napi-sys 3.0.0 (https://github.com/napi-rs/napi-rs)
4165-
- napi 3.3.0 (https://github.com/napi-rs/napi-rs)
4161+
- napi-build 2.2.4 (https://github.com/napi-rs/napi-rs)
4162+
- napi-derive-backend 3.0.0 (https://github.com/napi-rs/napi-rs)
4163+
- napi-derive 3.3.0 (https://github.com/napi-rs/napi-rs)
4164+
- napi-sys 3.0.1 (https://github.com/napi-rs/napi-rs)
4165+
- napi 3.4.0 (https://github.com/napi-rs/napi-rs)
41664166
-----------------------------------------------------------------------------
41674167

41684168
MIT License

0 commit comments

Comments
 (0)