summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2023-05-07 09:54:37 +0900
committerKyohei Uto <im@kyoheiu.dev>2023-05-07 09:54:37 +0900
commit68b0372a67de2c59cc3c1f2c1ee5f2eb4401c461 (patch)
tree8698b6a8bda5896b20d9578d7eed37501abf92ac /Cargo.lock
parentb1638f3c4856270696a8db2b5ccc7e4ec6fd29a9 (diff)
Remove unused import
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock19
1 files changed, 0 insertions, 19 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1b627ef..b5faf06 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -370,18 +370,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
[[package]]
-name = "exacl"
-version = "0.10.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1cfeb22a59deb24c3262c43ffcafd1eb807180f371f9fcc99098d181b5d639be"
-dependencies = [
- "bitflags",
- "log",
- "scopeguard",
- "uuid",
-]
-
-[[package]]
name = "felix"
version = "2.2.7"
dependencies = [
@@ -390,7 +378,6 @@ dependencies = [
"crossterm",
"devtimer",
"dirs",
- "exacl",
"flate2",
"log",
"lzma-rs",
@@ -1167,12 +1154,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1e5fa573d8ac5f1a856f8d7be41d390ee973daf97c806b2c1a465e4e1406e68"
[[package]]
-name = "uuid"
-version = "1.3.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4dad5567ad0cf5b760e5665964bec1b47dfd077ba8a2544b513f3556d3d239a2"
-
-[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"