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] 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