From bbfa4011fbcf5f74fe62794cb5097d49924d7e59 Mon Sep 17 00:00:00 2001 From: amtoine Date: Thu, 16 Nov 2023 18:35:15 +0100 Subject: [PATCH] bump the Nushell dependencies to `0.87.0` --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index eb2dff5..e14e7ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,8 @@ name = "nu_plugin_explore" anyhow = "1.0.73" console = "0.15.7" crossterm = "0.27.0" -nu-plugin = "0.86.0" -nu-protocol = { version = "0.86.0", features = ["plugin"] } +nu-plugin = "0.87.0" +nu-protocol = { version = "0.87.0", features = ["plugin"] } ratatui = "0.22.0" url = "2.4.0"