From acf10d2f02b75f3e051ff4bc79390b227b9222c3 Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Sat, 7 Sep 2024 17:44:25 +0530 Subject: [PATCH] Remove unneeded deps --- rust/Cargo.lock | 4 ---- rust/Cargo.toml | 2 -- 2 files changed, 6 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index ff4b8b9..45110e3 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -378,10 +378,8 @@ checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" dependencies = [ "android-tzdata", "iana-time-zone", - "js-sys", "num-traits", "serde", - "wasm-bindgen", "windows-targets 0.52.6", ] @@ -1986,10 +1984,8 @@ version = "0.1.3" dependencies = [ "anyhow", "bzip2", - "chrono", "clap", "color-print", - "console", "hex", "indicatif", "memmap2", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index c6b4b86..842e485 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -23,10 +23,8 @@ tauri-build = { version = "1.5.1", features = [] } [dependencies] anyhow = "1.0.69" bzip2 = { version = "0.4.4", features = ["static"] } -chrono = "0.4.24" clap = { version = "4.2.1", features = ["derive"] } color-print = "0.3.4" -console = { version = "0.15.5", features = ["windows-console-colors"] } hex = "0.4.3" indicatif = "0.17.3" memmap2 = "0.7.0"