From cae5414af0dd88684af7f0cf5d54f6c925193b4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesu=CC=81s=20Pe=CC=81rez?= Date: Sun, 19 Oct 2025 02:40:51 +0100 Subject: [PATCH] chore: update crate versions --- Cargo.lock | 556 ++++++++++++++++++++++++++++++++++------------------- Cargo.toml | 15 +- 2 files changed, 364 insertions(+), 207 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 062e8d2..21d1951 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -112,9 +112,9 @@ checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" [[package]] name = "brotli" -version = "7.0.0" +version = "8.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd" +checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560" dependencies = [ "alloc-no-stdlib", "alloc-stdlib", @@ -123,9 +123,9 @@ dependencies = [ [[package]] name = "brotli-decompressor" -version = "4.0.3" +version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a334ef7c9e23abf0ce748e8cd309037da93e606ad52eb372e4ce327a0dcfbdfd" +checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" dependencies = [ "alloc-no-stdlib", "alloc-stdlib", @@ -223,7 +223,7 @@ dependencies = [ "num-traits", "pure-rust-locales", "serde", - "windows-link", + "windows-link 0.1.3", ] [[package]] @@ -317,23 +317,23 @@ dependencies = [ [[package]] name = "dirs" -version = "5.0.1" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" +checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" dependencies = [ "dirs-sys", ] [[package]] name = "dirs-sys" -version = "0.4.1" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" +checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" dependencies = [ "libc", "option-ext", "redox_users", - "windows-sys 0.48.0", + "windows-sys 0.60.2", ] [[package]] @@ -729,9 +729,9 @@ dependencies = [ [[package]] name = "nix" -version = "0.29.0" +version = "0.30.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" +checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" dependencies = [ "bitflags", "cfg-if", @@ -760,42 +760,55 @@ dependencies = [ [[package]] name = "nu-ansi-term" -version = "0.50.1" +version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399" +checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.60.2", ] [[package]] name = "nu-cmd-base" -version = "0.107.1" +version = "0.108.0" dependencies = [ "indexmap", "miette", - "nu-engine", + "nu-engine 0.108.0", "nu-parser", - "nu-path", - "nu-protocol", + "nu-path 0.108.0", + "nu-protocol 0.108.0", ] [[package]] name = "nu-cmd-lang" -version = "0.107.1" +version = "0.108.0" dependencies = [ "itertools 0.14.0", "nu-cmd-base", - "nu-engine", - "nu-experimental", + "nu-engine 0.108.0", + "nu-experimental 0.108.0", "nu-parser", - "nu-protocol", - "nu-utils", + "nu-protocol 0.108.0", + "nu-utils 0.108.0", "shadow-rs", ] [[package]] name = "nu-derive-value" -version = "0.107.1" +version = "0.108.0" +dependencies = [ + "heck", + "proc-macro-error2", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "nu-derive-value" +version = "0.108.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "39f6844d832ae0b97396c6cd7d2a18b7ab9effdde83fbe18a17255b16d2d95e6" dependencies = [ "heck", "proc-macro-error2", @@ -806,20 +819,45 @@ dependencies = [ [[package]] name = "nu-engine" -version = "0.107.1" +version = "0.108.0" dependencies = [ "fancy-regex", "log", - "nu-experimental", - "nu-glob", - "nu-path", - "nu-protocol", - "nu-utils", + "nu-experimental 0.108.0", + "nu-glob 0.108.0", + "nu-path 0.108.0", + "nu-protocol 0.108.0", + "nu-utils 0.108.0", +] + +[[package]] +name = "nu-engine" +version = "0.108.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6eb4562ca8e184393362cf9de2c4e500354e4b16b6ac31dc938f672d615a57a4" +dependencies = [ + "fancy-regex", + "log", + "nu-experimental 0.108.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nu-glob 0.108.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nu-path 0.108.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nu-protocol 0.108.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nu-utils 0.108.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "nu-experimental" -version = "0.107.1" +version = "0.108.0" +dependencies = [ + "itertools 0.14.0", + "thiserror 2.0.12", +] + +[[package]] +name = "nu-experimental" +version = "0.108.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c0eb92aab3b0221658e1163aee36efef6e7018d101d7092a7747f426ecaa73a3" dependencies = [ "itertools 0.14.0", "thiserror 2.0.12", @@ -827,27 +865,45 @@ dependencies = [ [[package]] name = "nu-glob" -version = "0.107.1" +version = "0.108.0" + +[[package]] +name = "nu-glob" +version = "0.108.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6f4dff716f0e89268bddca91c984b3d67c8abda45039e38f5e3605c37d74b460" [[package]] name = "nu-parser" -version = "0.107.1" +version = "0.108.0" dependencies = [ "bytesize", "chrono", "itertools 0.14.0", "log", - "nu-engine", - "nu-path", + "nu-engine 0.108.0", + "nu-path 0.108.0", "nu-plugin-engine", - "nu-protocol", - "nu-utils", + "nu-protocol 0.108.0", + "nu-utils 0.108.0", "serde_json", ] [[package]] name = "nu-path" -version = "0.107.1" +version = "0.108.0" +dependencies = [ + "dirs", + "omnipath", + "pwd", + "ref-cast", +] + +[[package]] +name = "nu-path" +version = "0.108.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b04577311397f1dd847c37a241b4bcb6a59719c03cb23672c486f57a37dba09" dependencies = [ "dirs", "omnipath", @@ -857,53 +913,99 @@ dependencies = [ [[package]] name = "nu-plugin" -version = "0.107.1" +version = "0.108.0" dependencies = [ "log", "nix", - "nu-engine", - "nu-plugin-core", - "nu-plugin-protocol", - "nu-protocol", - "nu-utils", + "nu-engine 0.108.0", + "nu-plugin-core 0.108.0", + "nu-plugin-protocol 0.108.0", + "nu-protocol 0.108.0", + "nu-utils 0.108.0", + "thiserror 2.0.12", +] + +[[package]] +name = "nu-plugin" +version = "0.108.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00f04d0af0c79ed0801ae9edce531cf0a3cbc9987f2ef8b18e7e758410b3495f" +dependencies = [ + "log", + "nix", + "nu-engine 0.108.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nu-plugin-core 0.108.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nu-plugin-protocol 0.108.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nu-protocol 0.108.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nu-utils 0.108.0 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror 2.0.12", ] [[package]] name = "nu-plugin-core" -version = "0.107.1" +version = "0.108.0" dependencies = [ "interprocess", "log", - "nu-plugin-protocol", - "nu-protocol", + "nu-plugin-protocol 0.108.0", + "nu-protocol 0.108.0", "rmp-serde", "serde", "serde_json", - "windows 0.56.0", + "windows 0.62.2", +] + +[[package]] +name = "nu-plugin-core" +version = "0.108.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf1f65bf58874f811ae8b61e9ff809347344b2628b0b69a09ae6d663242f25f2" +dependencies = [ + "interprocess", + "log", + "nu-plugin-protocol 0.108.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nu-protocol 0.108.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rmp-serde", + "serde", + "serde_json", + "windows 0.62.2", ] [[package]] name = "nu-plugin-engine" -version = "0.107.1" +version = "0.108.0" dependencies = [ "log", - "nu-engine", - "nu-plugin-core", - "nu-plugin-protocol", - "nu-protocol", - "nu-system", - "nu-utils", + "nu-engine 0.108.0", + "nu-plugin-core 0.108.0", + "nu-plugin-protocol 0.108.0", + "nu-protocol 0.108.0", + "nu-system 0.108.0", + "nu-utils 0.108.0", "serde", - "windows 0.56.0", + "windows 0.62.2", ] [[package]] name = "nu-plugin-protocol" -version = "0.107.1" +version = "0.108.0" dependencies = [ - "nu-protocol", - "nu-utils", + "nu-protocol 0.108.0", + "nu-utils 0.108.0", + "rmp-serde", + "semver", + "serde", + "typetag", +] + +[[package]] +name = "nu-plugin-protocol" +version = "0.108.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9eb646cdb01361724e2b142f3129016ed6230ec857832ba6aec56fed9377c935" +dependencies = [ + "nu-protocol 0.108.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nu-utils 0.108.0 (registry+https://github.com/rust-lang/crates.io-index)", "rmp-serde", "semver", "serde", @@ -912,23 +1014,23 @@ dependencies = [ [[package]] name = "nu-plugin-test-support" -version = "0.107.1" +version = "0.108.0" dependencies = [ "nu-ansi-term", "nu-cmd-lang", - "nu-engine", + "nu-engine 0.108.0", "nu-parser", - "nu-plugin", - "nu-plugin-core", + "nu-plugin 0.108.0", + "nu-plugin-core 0.108.0", "nu-plugin-engine", - "nu-plugin-protocol", - "nu-protocol", + "nu-plugin-protocol 0.108.0", + "nu-protocol 0.108.0", "similar", ] [[package]] name = "nu-protocol" -version = "0.107.1" +version = "0.108.0" dependencies = [ "brotli", "bytes", @@ -944,12 +1046,12 @@ dependencies = [ "memchr", "miette", "nix", - "nu-derive-value", - "nu-experimental", - "nu-glob", - "nu-path", - "nu-system", - "nu-utils", + "nu-derive-value 0.108.0", + "nu-experimental 0.108.0", + "nu-glob 0.108.0", + "nu-path 0.108.0", + "nu-system 0.108.0", + "nu-utils 0.108.0", "num-format", "os_pipe", "rmp-serde", @@ -960,13 +1062,53 @@ dependencies = [ "thiserror 2.0.12", "typetag", "web-time", - "windows 0.56.0", - "windows-sys 0.48.0", + "windows 0.62.2", + "windows-sys 0.61.2", +] + +[[package]] +name = "nu-protocol" +version = "0.108.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d887a2fb4c325fdb78c3eef426ab0bccab85b1f644b8ec267e586fa02933060" +dependencies = [ + "brotli", + "bytes", + "chrono", + "chrono-humanize", + "dirs", + "dirs-sys", + "fancy-regex", + "heck", + "indexmap", + "log", + "lru", + "memchr", + "miette", + "nix", + "nu-derive-value 0.108.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nu-experimental 0.108.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nu-glob 0.108.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nu-path 0.108.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nu-system 0.108.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nu-utils 0.108.0 (registry+https://github.com/rust-lang/crates.io-index)", + "num-format", + "os_pipe", + "rmp-serde", + "serde", + "serde_json", + "strum", + "strum_macros", + "thiserror 2.0.12", + "typetag", + "web-time", + "windows 0.62.2", + "windows-sys 0.61.2", ] [[package]] name = "nu-system" -version = "0.107.1" +version = "0.108.0" dependencies = [ "chrono", "itertools 0.14.0", @@ -979,12 +1121,55 @@ dependencies = [ "procfs", "sysinfo", "web-time", - "windows 0.56.0", + "windows 0.62.2", +] + +[[package]] +name = "nu-system" +version = "0.108.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2499aaa5e03f648250ecad2cef2fd97723eb6a899a60871ae64479b90e9a1451" +dependencies = [ + "chrono", + "itertools 0.14.0", + "libc", + "libproc", + "log", + "mach2", + "nix", + "ntapi", + "procfs", + "sysinfo", + "web-time", + "windows 0.62.2", ] [[package]] name = "nu-utils" -version = "0.107.1" +version = "0.108.0" +dependencies = [ + "byteyarn", + "crossterm", + "crossterm_winapi", + "fancy-regex", + "lean_string", + "log", + "lscolors", + "memchr", + "nix", + "num-format", + "serde", + "serde_json", + "strip-ansi-escapes", + "sys-locale", + "unicase", +] + +[[package]] +name = "nu-utils" +version = "0.108.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d43442cb69c1c9703afe66003b206b916015dd4f67d2b157bcf15ec81cba2360" dependencies = [ "byteyarn", "crossterm", @@ -1008,9 +1193,9 @@ name = "nu_plugin_kcl" version = "0.1.0" dependencies = [ "anyhow", - "nu-plugin", + "nu-plugin 0.108.0 (registry+https://github.com/rust-lang/crates.io-index)", "nu-plugin-test-support", - "nu-protocol", + "nu-protocol 0.108.0 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile", ] @@ -1240,13 +1425,13 @@ dependencies = [ [[package]] name = "redox_users" -version = "0.4.6" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" +checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" dependencies = [ "getrandom 0.2.16", "libredox", - "thiserror 1.0.69", + "thiserror 2.0.12", ] [[package]] @@ -1409,9 +1594,9 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "1.3.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8aa5c0570cd9654158bd39f0f8caba24edbc058313946e89f4648b1de1ecf49" +checksum = "72d18183cef626bce22836103349c7050d73db799be0171386b80947d157ae32" dependencies = [ "const_format", "is_debug", @@ -1484,14 +1669,13 @@ checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" [[package]] name = "strum_macros" -version = "0.26.4" +version = "0.27.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" +checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" dependencies = [ "heck", "proc-macro2", "quote", - "rustversion", "syn", ] @@ -1868,27 +2052,29 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" -[[package]] -name = "windows" -version = "0.56.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132" -dependencies = [ - "windows-core 0.56.0", - "windows-targets 0.52.6", -] - [[package]] name = "windows" version = "0.61.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" dependencies = [ - "windows-collections", + "windows-collections 0.2.0", "windows-core 0.61.2", - "windows-future", - "windows-link", - "windows-numerics", + "windows-future 0.2.1", + "windows-link 0.1.3", + "windows-numerics 0.2.0", +] + +[[package]] +name = "windows" +version = "0.62.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580" +dependencies = [ + "windows-collections 0.3.2", + "windows-core 0.62.2", + "windows-future 0.3.2", + "windows-numerics 0.3.1", ] [[package]] @@ -1901,15 +2087,12 @@ dependencies = [ ] [[package]] -name = "windows-core" -version = "0.56.0" +name = "windows-collections" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6" +checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610" dependencies = [ - "windows-implement 0.56.0", - "windows-interface 0.56.0", - "windows-result 0.1.2", - "windows-targets 0.52.6", + "windows-core 0.62.2", ] [[package]] @@ -1918,11 +2101,24 @@ version = "0.61.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" dependencies = [ - "windows-implement 0.60.0", - "windows-interface 0.59.1", - "windows-link", + "windows-implement", + "windows-interface", + "windows-link 0.1.3", "windows-result 0.3.4", - "windows-strings", + "windows-strings 0.4.2", +] + +[[package]] +name = "windows-core" +version = "0.62.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" +dependencies = [ + "windows-implement", + "windows-interface", + "windows-link 0.2.1", + "windows-result 0.4.1", + "windows-strings 0.5.1", ] [[package]] @@ -1932,26 +2128,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" dependencies = [ "windows-core 0.61.2", - "windows-link", - "windows-threading", + "windows-link 0.1.3", + "windows-threading 0.1.0", ] [[package]] -name = "windows-implement" -version = "0.56.0" +name = "windows-future" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b" +checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb" dependencies = [ - "proc-macro2", - "quote", - "syn", + "windows-core 0.62.2", + "windows-link 0.2.1", + "windows-threading 0.2.1", ] [[package]] name = "windows-implement" -version = "0.60.0" +version = "0.60.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" +checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" dependencies = [ "proc-macro2", "quote", @@ -1960,20 +2156,9 @@ dependencies = [ [[package]] name = "windows-interface" -version = "0.56.0" +version = "0.59.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "windows-interface" -version = "0.59.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" +checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" dependencies = [ "proc-macro2", "quote", @@ -1986,6 +2171,12 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" +[[package]] +name = "windows-link" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" + [[package]] name = "windows-numerics" version = "0.2.0" @@ -1993,16 +2184,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" dependencies = [ "windows-core 0.61.2", - "windows-link", + "windows-link 0.1.3", ] [[package]] -name = "windows-result" -version = "0.1.2" +name = "windows-numerics" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" +checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26" dependencies = [ - "windows-targets 0.52.6", + "windows-core 0.62.2", + "windows-link 0.2.1", ] [[package]] @@ -2011,7 +2203,16 @@ version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" dependencies = [ - "windows-link", + "windows-link 0.1.3", +] + +[[package]] +name = "windows-result" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" +dependencies = [ + "windows-link 0.2.1", ] [[package]] @@ -2020,16 +2221,16 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" dependencies = [ - "windows-link", + "windows-link 0.1.3", ] [[package]] -name = "windows-sys" -version = "0.48.0" +name = "windows-strings" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" +checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" dependencies = [ - "windows-targets 0.48.5", + "windows-link 0.2.1", ] [[package]] @@ -2060,18 +2261,12 @@ dependencies = [ ] [[package]] -name = "windows-targets" -version = "0.48.5" +name = "windows-sys" +version = "0.61.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" +checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" dependencies = [ - "windows_aarch64_gnullvm 0.48.5", - "windows_aarch64_msvc 0.48.5", - "windows_i686_gnu 0.48.5", - "windows_i686_msvc 0.48.5", - "windows_x86_64_gnu 0.48.5", - "windows_x86_64_gnullvm 0.48.5", - "windows_x86_64_msvc 0.48.5", + "windows-link 0.2.1", ] [[package]] @@ -2112,14 +2307,17 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" dependencies = [ - "windows-link", + "windows-link 0.1.3", ] [[package]] -name = "windows_aarch64_gnullvm" -version = "0.48.5" +name = "windows-threading" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" +checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37" +dependencies = [ + "windows-link 0.2.1", +] [[package]] name = "windows_aarch64_gnullvm" @@ -2133,12 +2331,6 @@ version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" -[[package]] -name = "windows_aarch64_msvc" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" - [[package]] name = "windows_aarch64_msvc" version = "0.52.6" @@ -2151,12 +2343,6 @@ version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" -[[package]] -name = "windows_i686_gnu" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" - [[package]] name = "windows_i686_gnu" version = "0.52.6" @@ -2181,12 +2367,6 @@ version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" -[[package]] -name = "windows_i686_msvc" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" - [[package]] name = "windows_i686_msvc" version = "0.52.6" @@ -2199,12 +2379,6 @@ version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" -[[package]] -name = "windows_x86_64_gnu" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" - [[package]] name = "windows_x86_64_gnu" version = "0.52.6" @@ -2217,12 +2391,6 @@ version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" -[[package]] -name = "windows_x86_64_gnullvm" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" - [[package]] name = "windows_x86_64_gnullvm" version = "0.52.6" @@ -2235,12 +2403,6 @@ version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" -[[package]] -name = "windows_x86_64_msvc" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" - [[package]] name = "windows_x86_64_msvc" version = "0.52.6" diff --git a/Cargo.toml b/Cargo.toml index 4fcd4c7..69170a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,4 @@ [package] - name = "nu_plugin_kcl" version = "0.1.0" authors = ["Jesús Pérez "] @@ -9,15 +8,11 @@ repository = "https://github.com/jesusperez/nu_plugin_kcl" license = "MIT" [dependencies] -# for local development, you can use a path dependency -nu-plugin = { version = "0.107.1", path = "../nushell/crates/nu-plugin" } -nu-protocol = { version = "0.107.1", path = "../nushell/crates/nu-protocol", features = ["plugin"] } -#nu-plugin = "0.104.0" -#nu-protocol = { version = "0.107.1", version = "0.107.1", features = ["plugin"] } - +nu-plugin = "0.108.0" +nu-protocol = "0.108.0" anyhow = "1.0" tempfile = "3" -[dev-dependencies] -nu-plugin-test-support = { version = "0.107.1", path = "../nushell/crates/nu-plugin-test-support" } -#nu-plugin-test-support = { version = "0.107.1", version = "0.107.1" } \ No newline at end of file +[dev-dependencies.nu-plugin-test-support] +version = "0.108.0" +path = "../nushell/crates/nu-plugin-test-support"