From 9820725de9b72b78b525f13ef94e55769ea1ce6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 10:31:59 +0000 Subject: [PATCH 1/2] chore(deps): bump the rust-version-updates group with 2 updates Bumps the rust-version-updates group with 2 updates: [napi](https://github.com/napi-rs/napi-rs) and [napi-derive](https://github.com/napi-rs/napi-rs). Updates `napi` from 3.5.2 to 3.6.1 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](https://github.com/napi-rs/napi-rs/compare/napi-v3.5.2...napi-v3.6.1) Updates `napi-derive` from 3.3.3 to 3.4.0 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](https://github.com/napi-rs/napi-rs/compare/napi-derive-v3.3.3...napi-derive-v3.4.0) --- updated-dependencies: - dependency-name: napi dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-version-updates - dependency-name: napi-derive dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-version-updates ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c621d26..c67a948 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -155,9 +155,9 @@ dependencies = [ [[package]] name = "convert_case" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db05ffb6856bf0ecdf6367558a76a0e8a77b1713044eb92845c692100ed50190" +checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" dependencies = [ "unicode-segmentation", ] @@ -714,9 +714,9 @@ dependencies = [ [[package]] name = "napi" -version = "3.5.2" +version = "3.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e917a98ac74187a5d486604a269ed69cd7901dd4824453d5573fb051f69b1b3" +checksum = "3af30fe8e799dda3a555c496c59e960e4cff1e931b63acbaf3a3b25d9fad22b6" dependencies = [ "anyhow", "bitflags", @@ -737,9 +737,9 @@ checksum = "d376940fd5b723c6893cd1ee3f33abbfd86acb1cd1ec079f3ab04a2a3bc4d3b1" [[package]] name = "napi-derive" -version = "3.3.3" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a258a6521951715e00568b258b8fb7a44c6087f588c371dc6b84a413f2728fdb" +checksum = "47cffa09ea668c4cc5d7b1198780882e28780ed1804a903b80680725426223d9" dependencies = [ "convert_case", "ctor", @@ -751,9 +751,9 @@ dependencies = [ [[package]] name = "napi-derive-backend" -version = "3.0.2" +version = "4.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77c36636292fe04366a1eec028adc25bc72f4fd7cce35bdcc310499ef74fb7de" +checksum = "5e186227ec22f4675267a176d98dffecb27e6cc88926cbb7efb5427268565c0f" dependencies = [ "convert_case", "proc-macro2", @@ -764,9 +764,9 @@ dependencies = [ [[package]] name = "napi-sys" -version = "3.1.1" +version = "3.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50ef9c1086f16aea2417c3788dbefed7591c3bccd800b827f4dfb271adff1149" +checksum = "8eb602b84d7c1edae45e50bbf1374696548f36ae179dfa667f577e384bb90c2b" dependencies = [ "libloading", ] diff --git a/Cargo.toml b/Cargo.toml index cf88534..0e6297c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,8 +13,8 @@ crate-type = ["cdylib"] anyhow = "1.0.99" atlas-local = { git = "https://github.com/mongodb/atlas-local-lib.git", rev = "493fb78eb2f38228d486c8537274ab752f1eac04" } bollard = "0.19.4" -napi = { version = "^3.5.2", features = ["async", "anyhow"] } -napi-derive = "^3.3.3" +napi = { version = "^3.6.1", features = ["async", "anyhow"] } +napi-derive = "^3.4.0" semver = "1.0.26" [build-dependencies] From 775f577a171c537a2261f6d1e989fba2133bfa79 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 10:32:26 +0000 Subject: [PATCH 2/2] chore(deps): update LICENSE-3RD-PARTY.txt --- LICENSE-3RD-PARTY.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE-3RD-PARTY.txt b/LICENSE-3RD-PARTY.txt index 79d7c53..e3925fe 100644 --- a/LICENSE-3RD-PARTY.txt +++ b/LICENSE-3RD-PARTY.txt @@ -3898,7 +3898,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRES ----------------------------------------------------------------------------- MIT License applies to: - - convert_case 0.9.0 (https://github.com/rutrum/convert-case) + - convert_case 0.10.0 (https://github.com/rutrum/convert-case) ----------------------------------------------------------------------------- MIT License @@ -3927,10 +3927,10 @@ SOFTWARE. MIT License applies to: - napi-build 2.3.1 (https://github.com/napi-rs/napi-rs) - - napi-derive-backend 3.0.2 (https://github.com/napi-rs/napi-rs) - - napi-derive 3.3.3 (https://github.com/napi-rs/napi-rs) - - napi-sys 3.1.1 (https://github.com/napi-rs/napi-rs) - - napi 3.5.2 (https://github.com/napi-rs/napi-rs) + - napi-derive-backend 4.0.0 (https://github.com/napi-rs/napi-rs) + - napi-derive 3.4.0 (https://github.com/napi-rs/napi-rs) + - napi-sys 3.2.1 (https://github.com/napi-rs/napi-rs) + - napi 3.6.1 (https://github.com/napi-rs/napi-rs) ----------------------------------------------------------------------------- MIT License