Skip to content

Commit fc50c25

Browse files
authored
Cleanup unused deps (#902)
1 parent 7afa1ea commit fc50c25

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ serde = { version = "1.0.101", default-features = false }
4040
codec = { package = "parity-scale-codec", version = "3.7.4", default-features = false }
4141
log = { version = "0.4.17", default-features = false }
4242
schemars = ">=0.8.12"
43-
rand_xorshift = "0.3.0"
4443
tempfile = "3.1.0"
4544
smallvec = "1.0.0"
4645
parking_lot = "0.12.0"

fixed-hash/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ static_assertions = { workspace = true }
2121
arbitrary = { workspace = true, optional = true }
2222

2323
[dev-dependencies]
24-
rand_xorshift = { workspace = true }
2524
criterion = { workspace = true }
2625
rand = { workspace = true, default-features = false, features = ["std_rng"] }
2726

kvdb-rocksdb/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ name = "bench_read_perf"
1414
harness = false
1515

1616
[dependencies]
17-
smallvec = { workspace = true }
1817
kvdb = { workspace = true }
1918
num_cpus = { workspace = true }
2019
parking_lot = { workspace = true }

0 commit comments

Comments
 (0)