From 9952329ec8f49d7e2dc04a74cddf84810e94ddcf Mon Sep 17 00:00:00 2001 From: amtoine Date: Fri, 26 Jul 2024 09:52:10 +0200 Subject: [PATCH] bump dependencies and crate to 0.96.0 ```shell sd '0.95.0' '0.96.0' Cargo.toml ``` --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0b280a2..e6ae809 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,9 +5,9 @@ name = "nu_plugin_explore" [dependencies] anyhow = "1.0.73" crossterm = "0.27.0" -nuon = "0.95.0" -nu-plugin = "0.95.0" -nu-protocol = "0.95.0" +nuon = "0.96.0" +nu-plugin = "0.96.0" +nu-protocol = "0.96.0" ratatui = "0.26.1" url = "2.4.0" @@ -20,4 +20,4 @@ bench = false [package] edition = "2021" name = "nu_plugin_explore" -version = "0.95.0" +version = "0.96.0"