chore: update crate versions

This commit is contained in:
Jesús Pérez 2025-10-19 02:41:11 +01:00
parent 714e70e559
commit 4a398903f4
2 changed files with 364 additions and 208 deletions

556
Cargo.lock generated
View File

@ -115,9 +115,9 @@ dependencies = [
[[package]] [[package]]
name = "brotli" name = "brotli"
version = "7.0.0" version = "8.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd" checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
dependencies = [ dependencies = [
"alloc-no-stdlib", "alloc-no-stdlib",
"alloc-stdlib", "alloc-stdlib",
@ -126,9 +126,9 @@ dependencies = [
[[package]] [[package]]
name = "brotli-decompressor" name = "brotli-decompressor"
version = "4.0.3" version = "5.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a334ef7c9e23abf0ce748e8cd309037da93e606ad52eb372e4ce327a0dcfbdfd" checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
dependencies = [ dependencies = [
"alloc-no-stdlib", "alloc-no-stdlib",
"alloc-stdlib", "alloc-stdlib",
@ -236,7 +236,7 @@ dependencies = [
"num-traits", "num-traits",
"pure-rust-locales", "pure-rust-locales",
"serde", "serde",
"windows-link", "windows-link 0.1.3",
] ]
[[package]] [[package]]
@ -412,23 +412,23 @@ dependencies = [
[[package]] [[package]]
name = "dirs" name = "dirs"
version = "5.0.1" version = "6.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
dependencies = [ dependencies = [
"dirs-sys", "dirs-sys",
] ]
[[package]] [[package]]
name = "dirs-sys" name = "dirs-sys"
version = "0.4.1" version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
dependencies = [ dependencies = [
"libc", "libc",
"option-ext", "option-ext",
"redox_users", "redox_users",
"windows-sys 0.48.0", "windows-sys 0.60.2",
] ]
[[package]] [[package]]
@ -877,9 +877,9 @@ dependencies = [
[[package]] [[package]]
name = "nix" name = "nix"
version = "0.29.0" version = "0.30.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"cfg-if", "cfg-if",
@ -908,42 +908,55 @@ dependencies = [
[[package]] [[package]]
name = "nu-ansi-term" name = "nu-ansi-term"
version = "0.50.1" version = "0.50.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
dependencies = [ dependencies = [
"windows-sys 0.52.0", "windows-sys 0.60.2",
] ]
[[package]] [[package]]
name = "nu-cmd-base" name = "nu-cmd-base"
version = "0.107.1" version = "0.108.0"
dependencies = [ dependencies = [
"indexmap", "indexmap",
"miette", "miette",
"nu-engine", "nu-engine 0.108.0",
"nu-parser", "nu-parser",
"nu-path", "nu-path 0.108.0",
"nu-protocol", "nu-protocol 0.108.0",
] ]
[[package]] [[package]]
name = "nu-cmd-lang" name = "nu-cmd-lang"
version = "0.107.1" version = "0.108.0"
dependencies = [ dependencies = [
"itertools 0.14.0", "itertools 0.14.0",
"nu-cmd-base", "nu-cmd-base",
"nu-engine", "nu-engine 0.108.0",
"nu-experimental", "nu-experimental 0.108.0",
"nu-parser", "nu-parser",
"nu-protocol", "nu-protocol 0.108.0",
"nu-utils", "nu-utils 0.108.0",
"shadow-rs", "shadow-rs",
] ]
[[package]] [[package]]
name = "nu-derive-value" 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 = [ dependencies = [
"heck", "heck",
"proc-macro-error2", "proc-macro-error2",
@ -954,20 +967,45 @@ dependencies = [
[[package]] [[package]]
name = "nu-engine" name = "nu-engine"
version = "0.107.1" version = "0.108.0"
dependencies = [ dependencies = [
"fancy-regex", "fancy-regex",
"log", "log",
"nu-experimental", "nu-experimental 0.108.0",
"nu-glob", "nu-glob 0.108.0",
"nu-path", "nu-path 0.108.0",
"nu-protocol", "nu-protocol 0.108.0",
"nu-utils", "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]] [[package]]
name = "nu-experimental" 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 = [ dependencies = [
"itertools 0.14.0", "itertools 0.14.0",
"thiserror 2.0.12", "thiserror 2.0.12",
@ -975,27 +1013,45 @@ dependencies = [
[[package]] [[package]]
name = "nu-glob" 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]] [[package]]
name = "nu-parser" name = "nu-parser"
version = "0.107.1" version = "0.108.0"
dependencies = [ dependencies = [
"bytesize", "bytesize",
"chrono", "chrono",
"itertools 0.14.0", "itertools 0.14.0",
"log", "log",
"nu-engine", "nu-engine 0.108.0",
"nu-path", "nu-path 0.108.0",
"nu-plugin-engine", "nu-plugin-engine",
"nu-protocol", "nu-protocol 0.108.0",
"nu-utils", "nu-utils 0.108.0",
"serde_json", "serde_json",
] ]
[[package]] [[package]]
name = "nu-path" 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 = [ dependencies = [
"dirs", "dirs",
"omnipath", "omnipath",
@ -1005,53 +1061,99 @@ dependencies = [
[[package]] [[package]]
name = "nu-plugin" name = "nu-plugin"
version = "0.107.1" version = "0.108.0"
dependencies = [ dependencies = [
"log", "log",
"nix", "nix",
"nu-engine", "nu-engine 0.108.0",
"nu-plugin-core", "nu-plugin-core 0.108.0",
"nu-plugin-protocol", "nu-plugin-protocol 0.108.0",
"nu-protocol", "nu-protocol 0.108.0",
"nu-utils", "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", "thiserror 2.0.12",
] ]
[[package]] [[package]]
name = "nu-plugin-core" name = "nu-plugin-core"
version = "0.107.1" version = "0.108.0"
dependencies = [ dependencies = [
"interprocess", "interprocess",
"log", "log",
"nu-plugin-protocol", "nu-plugin-protocol 0.108.0",
"nu-protocol", "nu-protocol 0.108.0",
"rmp-serde", "rmp-serde",
"serde", "serde",
"serde_json", "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]] [[package]]
name = "nu-plugin-engine" name = "nu-plugin-engine"
version = "0.107.1" version = "0.108.0"
dependencies = [ dependencies = [
"log", "log",
"nu-engine", "nu-engine 0.108.0",
"nu-plugin-core", "nu-plugin-core 0.108.0",
"nu-plugin-protocol", "nu-plugin-protocol 0.108.0",
"nu-protocol", "nu-protocol 0.108.0",
"nu-system", "nu-system 0.108.0",
"nu-utils", "nu-utils 0.108.0",
"serde", "serde",
"windows 0.56.0", "windows 0.62.2",
] ]
[[package]] [[package]]
name = "nu-plugin-protocol" name = "nu-plugin-protocol"
version = "0.107.1" version = "0.108.0"
dependencies = [ dependencies = [
"nu-protocol", "nu-protocol 0.108.0",
"nu-utils", "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", "rmp-serde",
"semver", "semver",
"serde", "serde",
@ -1060,23 +1162,23 @@ dependencies = [
[[package]] [[package]]
name = "nu-plugin-test-support" name = "nu-plugin-test-support"
version = "0.107.1" version = "0.108.0"
dependencies = [ dependencies = [
"nu-ansi-term", "nu-ansi-term",
"nu-cmd-lang", "nu-cmd-lang",
"nu-engine", "nu-engine 0.108.0",
"nu-parser", "nu-parser",
"nu-plugin", "nu-plugin 0.108.0",
"nu-plugin-core", "nu-plugin-core 0.108.0",
"nu-plugin-engine", "nu-plugin-engine",
"nu-plugin-protocol", "nu-plugin-protocol 0.108.0",
"nu-protocol", "nu-protocol 0.108.0",
"similar", "similar",
] ]
[[package]] [[package]]
name = "nu-protocol" name = "nu-protocol"
version = "0.107.1" version = "0.108.0"
dependencies = [ dependencies = [
"brotli", "brotli",
"bytes", "bytes",
@ -1092,12 +1194,12 @@ dependencies = [
"memchr", "memchr",
"miette", "miette",
"nix", "nix",
"nu-derive-value", "nu-derive-value 0.108.0",
"nu-experimental", "nu-experimental 0.108.0",
"nu-glob", "nu-glob 0.108.0",
"nu-path", "nu-path 0.108.0",
"nu-system", "nu-system 0.108.0",
"nu-utils", "nu-utils 0.108.0",
"num-format", "num-format",
"os_pipe", "os_pipe",
"rmp-serde", "rmp-serde",
@ -1108,13 +1210,53 @@ dependencies = [
"thiserror 2.0.12", "thiserror 2.0.12",
"typetag", "typetag",
"web-time", "web-time",
"windows 0.56.0", "windows 0.62.2",
"windows-sys 0.48.0", "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]] [[package]]
name = "nu-system" name = "nu-system"
version = "0.107.1" version = "0.108.0"
dependencies = [ dependencies = [
"chrono", "chrono",
"itertools 0.14.0", "itertools 0.14.0",
@ -1127,12 +1269,55 @@ dependencies = [
"procfs", "procfs",
"sysinfo", "sysinfo",
"web-time", "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]] [[package]]
name = "nu-utils" 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 = [ dependencies = [
"byteyarn", "byteyarn",
"crossterm", "crossterm",
@ -1155,9 +1340,9 @@ dependencies = [
name = "nu_plugin_tera" name = "nu_plugin_tera"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"nu-plugin", "nu-plugin 0.108.0 (registry+https://github.com/rust-lang/crates.io-index)",
"nu-plugin-test-support", "nu-plugin-test-support",
"nu-protocol", "nu-protocol 0.108.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json", "serde_json",
"tera", "tera",
] ]
@ -1518,13 +1703,13 @@ dependencies = [
[[package]] [[package]]
name = "redox_users" name = "redox_users"
version = "0.4.6" version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
dependencies = [ dependencies = [
"getrandom", "getrandom",
"libredox", "libredox",
"thiserror 1.0.69", "thiserror 2.0.12",
] ]
[[package]] [[package]]
@ -1708,9 +1893,9 @@ dependencies = [
[[package]] [[package]]
name = "shadow-rs" name = "shadow-rs"
version = "1.3.0" version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8aa5c0570cd9654158bd39f0f8caba24edbc058313946e89f4648b1de1ecf49" checksum = "72d18183cef626bce22836103349c7050d73db799be0171386b80947d157ae32"
dependencies = [ dependencies = [
"const_format", "const_format",
"is_debug", "is_debug",
@ -1799,14 +1984,13 @@ checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
[[package]] [[package]]
name = "strum_macros" name = "strum_macros"
version = "0.26.4" version = "0.27.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
dependencies = [ dependencies = [
"heck", "heck",
"proc-macro2", "proc-macro2",
"quote", "quote",
"rustversion",
"syn", "syn",
] ]
@ -2270,27 +2454,29 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 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]] [[package]]
name = "windows" name = "windows"
version = "0.61.3" version = "0.61.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
dependencies = [ dependencies = [
"windows-collections", "windows-collections 0.2.0",
"windows-core 0.61.2", "windows-core 0.61.2",
"windows-future", "windows-future 0.2.1",
"windows-link", "windows-link 0.1.3",
"windows-numerics", "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]] [[package]]
@ -2303,15 +2489,12 @@ dependencies = [
] ]
[[package]] [[package]]
name = "windows-core" name = "windows-collections"
version = "0.56.0" version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6" checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
dependencies = [ dependencies = [
"windows-implement 0.56.0", "windows-core 0.62.2",
"windows-interface 0.56.0",
"windows-result 0.1.2",
"windows-targets 0.52.6",
] ]
[[package]] [[package]]
@ -2320,11 +2503,24 @@ version = "0.61.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
dependencies = [ dependencies = [
"windows-implement 0.60.0", "windows-implement",
"windows-interface 0.59.1", "windows-interface",
"windows-link", "windows-link 0.1.3",
"windows-result 0.3.4", "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]] [[package]]
@ -2334,26 +2530,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
dependencies = [ dependencies = [
"windows-core 0.61.2", "windows-core 0.61.2",
"windows-link", "windows-link 0.1.3",
"windows-threading", "windows-threading 0.1.0",
] ]
[[package]] [[package]]
name = "windows-implement" name = "windows-future"
version = "0.56.0" version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b" checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
dependencies = [ dependencies = [
"proc-macro2", "windows-core 0.62.2",
"quote", "windows-link 0.2.1",
"syn", "windows-threading 0.2.1",
] ]
[[package]] [[package]]
name = "windows-implement" name = "windows-implement"
version = "0.60.0" version = "0.60.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -2362,20 +2558,9 @@ dependencies = [
[[package]] [[package]]
name = "windows-interface" name = "windows-interface"
version = "0.56.0" version = "0.59.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc" checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
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"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -2388,6 +2573,12 @@ version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
[[package]]
name = "windows-link"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
[[package]] [[package]]
name = "windows-numerics" name = "windows-numerics"
version = "0.2.0" version = "0.2.0"
@ -2395,16 +2586,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
dependencies = [ dependencies = [
"windows-core 0.61.2", "windows-core 0.61.2",
"windows-link", "windows-link 0.1.3",
] ]
[[package]] [[package]]
name = "windows-result" name = "windows-numerics"
version = "0.1.2" version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
dependencies = [ dependencies = [
"windows-targets 0.52.6", "windows-core 0.62.2",
"windows-link 0.2.1",
] ]
[[package]] [[package]]
@ -2413,7 +2605,16 @@ version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
dependencies = [ 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]] [[package]]
@ -2422,16 +2623,16 @@ version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
dependencies = [ dependencies = [
"windows-link", "windows-link 0.1.3",
] ]
[[package]] [[package]]
name = "windows-sys" name = "windows-strings"
version = "0.48.0" version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
dependencies = [ dependencies = [
"windows-targets 0.48.5", "windows-link 0.2.1",
] ]
[[package]] [[package]]
@ -2462,18 +2663,12 @@ dependencies = [
] ]
[[package]] [[package]]
name = "windows-targets" name = "windows-sys"
version = "0.48.5" version = "0.61.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
dependencies = [ dependencies = [
"windows_aarch64_gnullvm 0.48.5", "windows-link 0.2.1",
"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",
] ]
[[package]] [[package]]
@ -2514,14 +2709,17 @@ version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
dependencies = [ dependencies = [
"windows-link", "windows-link 0.1.3",
] ]
[[package]] [[package]]
name = "windows_aarch64_gnullvm" name = "windows-threading"
version = "0.48.5" version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
dependencies = [
"windows-link 0.2.1",
]
[[package]] [[package]]
name = "windows_aarch64_gnullvm" name = "windows_aarch64_gnullvm"
@ -2535,12 +2733,6 @@ version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
[[package]] [[package]]
name = "windows_aarch64_msvc" name = "windows_aarch64_msvc"
version = "0.52.6" version = "0.52.6"
@ -2553,12 +2745,6 @@ version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
[[package]] [[package]]
name = "windows_i686_gnu" name = "windows_i686_gnu"
version = "0.52.6" version = "0.52.6"
@ -2583,12 +2769,6 @@ version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
[[package]] [[package]]
name = "windows_i686_msvc" name = "windows_i686_msvc"
version = "0.52.6" version = "0.52.6"
@ -2601,12 +2781,6 @@ version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" 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]] [[package]]
name = "windows_x86_64_gnu" name = "windows_x86_64_gnu"
version = "0.52.6" version = "0.52.6"
@ -2619,12 +2793,6 @@ version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" 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]] [[package]]
name = "windows_x86_64_gnullvm" name = "windows_x86_64_gnullvm"
version = "0.52.6" version = "0.52.6"
@ -2637,12 +2805,6 @@ version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" 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]] [[package]]
name = "windows_x86_64_msvc" name = "windows_x86_64_msvc"
version = "0.52.6" version = "0.52.6"

View File

@ -1,5 +1,4 @@
[package] [package]
name = "nu_plugin_tera" name = "nu_plugin_tera"
version = "0.1.0" version = "0.1.0"
authors = ["Jesús Pérex <jpl@jesusperez.com>"] authors = ["Jesús Pérex <jpl@jesusperez.com>"]
@ -8,17 +7,12 @@ description = "a nushell plugin called tera"
repository = "https://github.com/JesusPerez/nu_plugin_tera" repository = "https://github.com/JesusPerez/nu_plugin_tera"
license = "MIT" license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
# for local development, you can use a path dependency nu-plugin = "0.108.0"
nu-plugin = { version = "0.107.1", path = "../nushell/crates/nu-plugin" } nu-protocol = "0.108.0"
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"] }
tera = "1.20" tera = "1.20"
serde_json = "1.0" serde_json = "1.0"
[dev-dependencies] [dev-dependencies.nu-plugin-test-support]
nu-plugin-test-support = { version = "0.107.1", path = "../nushell/crates/nu-plugin-test-support" } version = "0.108.0"
#nu-plugin-test-support = { version = "0.107.1", version = "0.107.1" } path = "../nushell/crates/nu-plugin-test-support"