From 6936a2bc22f5df55841997cd8ac653bc43e19e00 Mon Sep 17 00:00:00 2001 From: prsabahrami Date: Sun, 29 Sep 2024 17:18:01 -0400 Subject: [PATCH] Update duplicate in toml file --- Cargo.lock | 1 - crates/shell/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b316a5..b8ab949 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1239,7 +1239,6 @@ dependencies = [ "futures", "miette", "parse_datetime", - "miette", "rustyline", "tokio", "uu_date", diff --git a/crates/shell/Cargo.toml b/crates/shell/Cargo.toml index e54cd22..ee5449c 100644 --- a/crates/shell/Cargo.toml +++ b/crates/shell/Cargo.toml @@ -41,7 +41,6 @@ parse_datetime = "0.6.0" dtparse = "2.0.1" windows-sys = "0.59.0" ctrlc = "3.4.5" -miette = { version="7.2.0", features = ["fancy"] } [package.metadata.release] # Dont publish the binary