chore: update deps

This commit is contained in:
Jesús Pérez 2025-12-11 22:06:08 +00:00
parent 4a398903f4
commit c88c035285

View File

@ -8,11 +8,11 @@ repository = "https://github.com/JesusPerez/nu_plugin_tera"
license = "MIT" license = "MIT"
[dependencies] [dependencies]
nu-plugin = "0.108.0" nu-plugin = "0.109.1"
nu-protocol = "0.108.0" nu-protocol = "0.109.1"
tera = "1.20" tera = "1.20"
serde_json = "1.0" serde_json = "1.0"
[dev-dependencies.nu-plugin-test-support] [dev-dependencies.nu-plugin-test-support]
version = "0.108.0" version = "0.109.1"
path = "../nushell/crates/nu-plugin-test-support" path = "../nushell/crates/nu-plugin-test-support"