From c88c035285e1b26ef27531a5b6ab50b73f4fe4a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesu=CC=81s=20Pe=CC=81rez?= Date: Thu, 11 Dec 2025 22:06:08 +0000 Subject: [PATCH] chore: update deps --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6a29d6b..8e8be81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,11 +8,11 @@ repository = "https://github.com/JesusPerez/nu_plugin_tera" license = "MIT" [dependencies] -nu-plugin = "0.108.0" -nu-protocol = "0.108.0" +nu-plugin = "0.109.1" +nu-protocol = "0.109.1" tera = "1.20" serde_json = "1.0" [dev-dependencies.nu-plugin-test-support] -version = "0.108.0" -path = "../nushell/crates/nu-plugin-test-support" +version = "0.109.1" +path = "../nushell/crates/nu-plugin-test-support" \ No newline at end of file