summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock19
-rw-r--r--src/state.rs1
2 files changed, 0 insertions, 20 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"
diff --git a/src/state.rs b/src/state.rs
index e09fc50..bd64f64 100644
--- a/src/state.rs
+++ b/src/state.rs
@@ -1711,7 +1711,6 @@ mod tests {
use super::*;
use devtimer::run_benchmark;
- use exacl::{setfacl, AclEntry, Perm};
use rayon::prelude::{IntoParallelIterator, ParallelIterator};
fn bench_update1() -> Result<(), FxError> {