From fc2e217148668b947e6a4e371795ef0d9d77406b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 14:46:48 +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 854e330..c7d7884 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -156,9 +156,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", ] @@ -715,9 +715,9 @@ dependencies = [ [[package]] name = "napi" -version = "3.5.2" +version = "3.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e917a98ac74187a5d486604a269ed69cd7901dd4824453d5573fb051f69b1b3" +checksum = "f27a163b545fd2184d2efdccf3d3df56acdb63465f2fcfebcaee0463c1e91783" dependencies = [ "anyhow", "bitflags", @@ -738,9 +738,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", @@ -752,9 +752,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", @@ -765,9 +765,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 351ccdc..ab5781d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,8 +13,8 @@ crate-type = ["cdylib"] anyhow = "1.0.99" atlas-local = { version = "0.1.0", default-features = false } bollard = "0.19.4" -napi = { version = "^3.5.2", features = ["async", "anyhow"] } -napi-derive = "^3.3.3" +napi = { version = "^3.7.0", features = ["async", "anyhow"] } +napi-derive = "^3.4.0" semver = "1.0.26" [build-dependencies] From 06e6ee6917c9817c9358363f835adea19d84d9b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 14:47:24 +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 11b958e..42e89a7 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.7.0 (https://github.com/napi-rs/napi-rs) ----------------------------------------------------------------------------- MIT License